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

github.com/nextcloud/desktop.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
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:59:15 +0300
commitc9ee0a03431038355d195051156b50fcae7658f5 (patch)
tree00c9974ce109c7aed391e7fbb3050193cfe20a74 /src/gui/folder.cpp
parentfb34f8ea8504df769cb4032b20c92fed5a7b5f8f (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 187377eab..d437241bc 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -399,7 +399,7 @@ void Folder::showSyncResultPopup()
createGuiLog(_syncResult.firstItemLocked()->_file, LogStatusFileLocked, lockedCount);
}
- 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,