mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 04:03:46 +01:00
Fixed typo and changed warning to debug
This commit is contained in:
parent
04bd341a3e
commit
24c59c98de
@ -828,7 +828,7 @@ document_open(zathura_t* zathura, const char* path, const char* password,
|
|||||||
/* bookmarks */
|
/* bookmarks */
|
||||||
if (zathura->database != NULL) {
|
if (zathura->database != NULL) {
|
||||||
if (zathura_bookmarks_load(zathura, file_path) == false) {
|
if (zathura_bookmarks_load(zathura, file_path) == false) {
|
||||||
girara_warning("Failed to loads bookmarks.");
|
girara_debug("Failed to load bookmarks.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* jumplist */
|
/* jumplist */
|
||||||
|
Loading…
Reference in New Issue
Block a user