From 12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 9 Oct 2005 21:24:55 +0000 Subject: Fix logging. 2005-10-09 Christian Persch * lib/ephy-debug.c: Fix logging. --- lib/ephy-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c index b0ce35683..16e1274db 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_all_modules) { guint i; -- cgit v1.2.3