diff options
-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; |