$OpenBSD: patch-src_bookmark_c,v 1.1.1.1 2002/03/18 14:31:20 couderc Exp $
--- src/bookmark.c.orig	Wed Jan 16 12:51:55 2002
+++ src/bookmark.c	Thu Mar 14 16:07:17 2002
@@ -32,6 +32,7 @@
 #include "misc.h"
 #include "history.h"
 #include "menu.h"
+#include "debug.h"
 
 #define LOAD_BOOKMARKS 1
 #define SAVE_BOOKMARK 2
@@ -268,7 +269,7 @@ static void Bookmarks_load_to_menu(FILE 
 
    rewind(fp);
 
-   g_print("Loading bookmarks...\n");
+   DEBUG_MSG(3, "Loading bookmarks...\n");
    while (1) {
       /* Read a whole line from the file */
       if ((fgets(buf, 4096, fp)) == NULL)
