aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 33eaf803c..be8af70c7 100644
--- a/lib/ephy-debug.c
+++ b/lib/ephy-debug.c
@@ -84,7 +84,7 @@ log_module (const gchar *log_domain,
for (i = 0; ephy_log_modules[i] != NULL; i++)
{
- if (strstr (ephy_log_modules [i], message) != NULL)
+ if (strstr (message, ephy_log_modules [i]) != NULL)
{
should_log = TRUE;
break;