Made log consistent #4745

This commit is contained in:
Xinyu Hou
2015-06-30 03:37:36 +01:00
parent 6d5f997a1e
commit 85dc7a566e
11 changed files with 38 additions and 32 deletions

View File

@@ -93,7 +93,7 @@ ClientProxy1_5::fileChunkReceived()
else if (result == kStart) {
if (server->getFakeDragFileList().size() > 0) {
String filename = server->getFakeDragFileList().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()));
}
}
}