mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 19:06:45 +08:00
Made log consistent #4745
This commit is contained in:
@@ -82,7 +82,7 @@ StreamChunker::sendFile(
|
||||
while (true) {
|
||||
if (s_interruptFile) {
|
||||
s_interruptFile = false;
|
||||
LOG((CLOG_NOTIFY "File Transmission Interrupted: The previous file transmission is interrupted."));
|
||||
LOG((CLOG_NOTIFY "file transmission interrupted"));
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ StreamChunker::sendClipboard(
|
||||
while (true) {
|
||||
if (s_interruptClipboard) {
|
||||
s_interruptClipboard = false;
|
||||
LOG((CLOG_NOTIFY "Clipboard Transmission Interrupted: The previous clipboard transmission is interrupted."));
|
||||
LOG((CLOG_NOTIFY "clipboard transmission interrupted"));
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user