summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp
index d26d2eb4d..325c1bcd6 100644
--- a/core/qthelper.cpp
+++ b/core/qthelper.cpp
@@ -1108,7 +1108,7 @@ void write_hashes()
stream << thumbnailCache;
hashfile.commit();
} else {
- qDebug() << "cannot open" << hashfile.fileName();
+ qWarning() << "Cannot open hashfile for writing: " << hashfile.fileName();
}
}