mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 01:18:13 +02:00
Added full stop for notification #4745
This commit is contained in:
parent
f42b756b0e
commit
8d0fdee5ce
4 changed files with 8 additions and 8 deletions
|
@ -85,7 +85,7 @@ ClientProxy1_5::fileChunkReceived()
|
|||
}
|
||||
else if (result == kStart) {
|
||||
String filename = server->getDragFileList().at(0).getFilename();
|
||||
LOG((CLOG_NOTIFY "File Transmission Started: Start receiving %s", filename.c_str()));
|
||||
LOG((CLOG_NOTIFY "File Transmission Started: Start receiving %s.", filename.c_str()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue