aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-10 05:24:55 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-10 05:24:55 +0800
commit12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a (patch)
tree0bb36b4d53e95b5ef135d464a89f9bec80a9963a
parent7564180aa406fe0c5fa561fdbdb1f3566ca1487a (diff)
downloadgsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.tar
gsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.tar.gz
gsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.tar.bz2
gsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.tar.lz
gsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.tar.xz
gsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.tar.zst
gsoc2013-epiphany-12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a.zip
Fix logging.
2005-10-09 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: Fix logging.
-rw-r--r--lib/ephy-debug.c2
1 files changed, 1 insertions, 1 deletions
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;