mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
parent
8418507483
commit
287d78ffd3
@ -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 | "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user