mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
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 <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
48d9c8eb6e
commit
7b88f8301e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue