More useful error text
This helped me figure out the error in the test
This commit is contained in:
parent
695a0e1b6b
commit
10c370cc51
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ void FileTransferJob::transferFinished()
|
|||
|
||||
emitResult();
|
||||
} else {
|
||||
qCDebug(KDECONNECT_CORE) << "Received incomplete file, deleting";
|
||||
qCDebug(KDECONNECT_CORE) << "Received incomplete file ("<< m_written << "/" << m_size << "bytes ), deleting";
|
||||
|
||||
if (m_destination.isLocalFile() && QFile::exists(m_destination.toLocalFile())) {
|
||||
QFile::remove(m_destination.toLocalFile());
|
||||
|
|
Loading…
Reference in a new issue