Fixed typo and changed warning to debug

This commit is contained in:
Callum Burns 2015-01-13 01:44:05 +00:00 committed by Candy Gumdrop
parent 04bd341a3e
commit 24c59c98de

View File

@ -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 */