Added file transmission started, failed and complete notification #4745

This commit is contained in:
Jerry (Xinyu Hou)
2015-06-01 15:33:06 -07:00
parent 5006adedfe
commit e7f358afb2
3 changed files with 4 additions and 3 deletions

View File

@@ -866,7 +866,6 @@ ServerProxy::fileChunkReceived()
}
else if (result == kStart) {
String filename = m_client->getDragFileList().at(0).getFilename();
LOG((CLOG_INFO "receiving file: %s", filename.c_str()));
}
}