mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:13:48 +01:00
Update debug messages
This commit is contained in:
parent
7e9e700744
commit
88937a0390
@ -350,7 +350,7 @@ check_column(sqlite3* session, const char* table, const char* col, bool* res)
|
||||
}
|
||||
|
||||
if (*res == false) {
|
||||
girara_debug("column %s in table %s is NOT found", col, table);
|
||||
girara_debug("Column '%s' in table '%s' NOT found.", col, table);
|
||||
}
|
||||
|
||||
sqlite3_finalize(stmt);
|
||||
@ -386,7 +386,7 @@ check_column_type(sqlite3* session, const char* table, const char* col, const ch
|
||||
}
|
||||
|
||||
if (*res == false) {
|
||||
girara_debug("column %s in table %s has wrong type", col, table);
|
||||
girara_debug("Column '%s' in table '%s' has wrong type.", col, table);
|
||||
}
|
||||
|
||||
sqlite3_finalize(stmt);
|
||||
|
Loading…
Reference in New Issue
Block a user