aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index 898f7034c..3df30b109 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -20,15 +20,13 @@
#include "ephy-history.h"
#include "ephy-file-helpers.h"
#include "ephy-autocompletion-source.h"
+#include "ephy-debug.h"
#include <time.h>
#include <string.h>
#include <libgnome/gnome-i18n.h>
#include <libgnomevfs/gnome-vfs-uri.h>
-//#define DEBUG_MSG(x) g_print x
-#define DEBUG_MSG(x)
-
#define EPHY_HISTORY_XML_VERSION "0.1"
/* how often to save the history, in milliseconds */
@@ -272,7 +270,7 @@ ephy_history_save (EphyHistory *eb)
GPtrArray *children;
int i;
- DEBUG_MSG (("Saving history\n"));
+ LOG ("Saving history\n")
/* save nodes to xml */
xmlIndentTreeOutput = TRUE;