From 287d78ffd3e80fa86fd9d7bc46aff772a7e80829 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 23 Nov 2018 10:33:25 +0100 Subject: [PATCH] Write the actual folder to the log Fixes #873 Not all folder names are proper latin1. Signed-off-by: Roeland Jago Douma --- src/gui/syncrunfilelog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/syncrunfilelog.cpp b/src/gui/syncrunfilelog.cpp index 159630c1b6..e493918e17 100644 --- a/src/gui/syncrunfilelog.cpp +++ b/src/gui/syncrunfilelog.cpp @@ -143,7 +143,7 @@ void SyncRunFileLog::start(const QString &folderPath) if (!exists) { - _out << folderPath.toLatin1() << endl; + _out << folderPath << endl; // We are creating a new file, add the note. _out << "# timestamp | duration | file | instruction | dir | modtime | etag | " "size | fileId | status | errorString | http result code | "