From 7b88f8301ec82d418d101f1ae1c3f9adf9186436 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 18 Dec 2017 11:11:35 +0100 Subject: Elevate "can't write hashes" message from debug to warning level I never realized that my hashes weren't written, because it only outputs a debug instead of a warning message. Signed-off-by: Berthold Stoeger --- core/qthelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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(); } } -- cgit v1.2.3-70-g09d2