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(); } }