Monitoring log to show notification and made icon change while transfering $4745

This commit is contained in:
Jerry (Xinyu Hou)
2015-06-01 15:59:59 -07:00
parent 5cbcd74028
commit d1ca021002
3 changed files with 24 additions and 8 deletions

View File

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