diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-10 05:26:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-10 05:26:03 +0800 |
commit | bc9ded62b951abe03f63a08cf02dfdd1409b860e (patch) | |
tree | 2038fc909a3a16b69cd48aea483e88b4b1800b6e /lib | |
parent | 12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a (diff) | |
download | gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.gz gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.bz2 gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.lz gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.xz gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.zst gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.zip |
Fix logging.
2005-10-09 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.c:
Fix logging.
Diffstat (limited to 'lib')
-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 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; |