mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue