mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 19:54:57 +01:00
Fixed typo and changed warning to debug
This commit is contained in:
parent
04bd341a3e
commit
24c59c98de
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ document_open(zathura_t* zathura, const char* path, const char* password,
|
|||
/* bookmarks */
|
||||
if (zathura->database != NULL) {
|
||||
if (zathura_bookmarks_load(zathura, file_path) == false) {
|
||||
girara_warning("Failed to loads bookmarks.");
|
||||
girara_debug("Failed to load bookmarks.");
|
||||
}
|
||||
|
||||
/* jumplist */
|
||||
|
|
Loading…
Reference in a new issue