summaryrefslogtreecommitdiff
path: root/src/shared/directoryentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/directoryentry.cpp')
-rw-r--r--src/shared/directoryentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp
index c93df665..c44be9a1 100644
--- a/src/shared/directoryentry.cpp
+++ b/src/shared/directoryentry.cpp
@@ -909,7 +909,7 @@ const FileEntry::Ptr DirectoryEntry::searchFile(
if (temp != nullptr) {
if (len >= path.size()) {
- log::error(QObject::tr("unexpected end of path"));
+ log::error(QObject::tr("unexpected end of path").toStdString());
return FileEntry::Ptr();
}