aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/ephy-debug.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f1f64997..eb71cf616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/ephy-debug.c:
+
+ Fix logging.
+
2005-10-09 Jean-François Rameau <jframeau@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c
index 16e1274db..33eaf803c 100644
--- a/lib/ephy-debug.c
+++ b/lib/ephy-debug.c
@@ -78,7 +78,7 @@ log_module (const gchar *log_domain,
if (!ephy_log_all_modules && !ephy_log_modules) return;
- if (ephy_log_all_modules)
+ if (ephy_log_modules != NULL)
{
guint i;