diff options
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 a00fe1fab..d999e7b3a 100644 --- a/lib/ephy-debug.c +++ b/lib/ephy-debug.c @@ -126,7 +126,7 @@ trap_handler (const char *log_domain, { /* default behaviour only */ } - else + else if (ephy_debug_break[0] != '\0') { g_print ("Unrecognised value of EPHY_DEBUG_BREAK env var: %s!\n", ephy_debug_break); |