Write the actual folder to the log

Fixes #873
Not all folder names are proper latin1.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-11-23 10:33:25 +01:00
parent 8418507483
commit 287d78ffd3
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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 | "