]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - topsites.c
First use of a debug level
[thirdparty/sarg.git] / topsites.c
index 17ea529339c3ed6bcb04084a60f155a492bfa3f5..d599744134a8b99b38aa45c7ac1b068434a2a32f 100644 (file)
@@ -69,7 +69,7 @@ void topsites(void)
        struct generalitemstruct item;
 
        if(Privacy) {
-               if (debugz) debugaz(_("Top sites report not produced because privacy option is on\n"));
+               if (debugz>=LogLevel_Process) debugaz(_("Top sites report not produced because privacy option is on\n"));
                return;
        }