Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-07-03 14:16:09 +0300
committerHannah von Reth <vonreth@kde.org>2020-07-06 17:56:35 +0300
commit2764a40ecf57927269137181dd2d5660be639ba6 (patch)
treef9790df3f289d98fd1cd8bbbf424c78435e25c3e /src/gui/folder.cpp
parent2baaa4da0b0d2e196d3b2ee23ae9d9f25d554c24 (diff)
Log: Improve log message [ info gui.folder ]: Folder sync result: 4...
by including the name of the folder and print the name of the result
Diffstat (limited to 'src/gui/folder.cpp')
-rw-r--r--src/gui/folder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index 4294af815..dde9a67bd 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -395,7 +395,7 @@ void Folder::showSyncResultPopup()
createGuiLog(_syncResult.firstItemError()->_file, LogStatusError, errorCount);
}
- qCInfo(lcFolder) << "Folder sync result: " << int(_syncResult.status());
+ qCInfo(lcFolder) << "Folder" << _syncResult.folder() << "sync result: " << _syncResult.status();
}
void Folder::createGuiLog(const QString &filename, LogStatus status, int count,