summaryrefslogtreecommitdiff
path: root/src/transfersavesdialog.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-01-30 20:53:48 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-01-30 20:53:48 -0600
commit1369c8d5712bc3b23bcc5a5e9ead4a6ec159bc17 (patch)
tree12cd6e96b78e2e22425734cb7ac1a2f784084ea3 /src/transfersavesdialog.cpp
parent4b522f40e88e1350434aaa7d77fc60cb7ca36930 (diff)
Make logs more consistent in format and content
Diffstat (limited to 'src/transfersavesdialog.cpp')
-rw-r--r--src/transfersavesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transfersavesdialog.cpp b/src/transfersavesdialog.cpp
index 61dab6e5..130df14f 100644
--- a/src/transfersavesdialog.cpp
+++ b/src/transfersavesdialog.cpp
@@ -342,7 +342,7 @@ bool TransferSavesDialog::transferCharacters(
if (!method(sourceFile.absoluteFilePath(), destinationFile)) {
qCritical(errmsg,
sourceFile.absoluteFilePath().toUtf8().constData(),
- destinationFile.toUtf8().constData());
+ qUtf8Printable(destinationFile));
}
}
}