diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-10 05:24:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-10 05:24:55 +0800 |
commit | 12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a (patch) | |
tree | 0bb36b4d53e95b5ef135d464a89f9bec80a9963a /lib/ephy-debug.c | |
parent | 7564180aa406fe0c5fa561fdbdb1f3566ca1487a (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'lib/ephy-debug.c')
-rw-r--r-- | lib/ephy-debug.c | 2 |
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; |