mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
Demote info message to debug
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
676005ad99
commit
12a9bf93ae
@ -611,7 +611,7 @@ sqlite_get_fileinfo(zathura_database_t* db, const char* file,
|
||||
|
||||
if (sqlite3_step(stmt) != SQLITE_ROW) {
|
||||
sqlite3_finalize(stmt);
|
||||
girara_info("No info for file %s available.", file);
|
||||
girara_debug("No info for file %s available.", file);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user