mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
Added file transmission started, failed and complete notification #4745
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user