mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 00:06:01 +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
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ sqlite_get_fileinfo(zathura_database_t* db, const char* file,
|
||||||
|
|
||||||
if (sqlite3_step(stmt) != SQLITE_ROW) {
|
if (sqlite3_step(stmt) != SQLITE_ROW) {
|
||||||
sqlite3_finalize(stmt);
|
sqlite3_finalize(stmt);
|
||||||
girara_info("No info for file %s available.", file);
|
girara_debug("No info for file %s available.", file);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue