diff --git a/src/editprop.c b/src/editprop.c index ebfb0f27..e240e070 100644 --- a/src/editprop.c +++ b/src/editprop.c @@ -98,7 +98,7 @@ int strboolcmp(const char *str, const char *boolean) else s = -1; if(s == -1 || b == -1) retval = strcmp(str, boolean); else retval = (s != b); - dbg(0, "strboolcmp(): str=%s boolean=%s retval=%d\n", str, boolean, retval); + dbg(1, "strboolcmp(): str=%s boolean=%s retval=%d\n", str, boolean, retval); return retval; }