]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - authfail.c
Display some debug messages when -z is used to track the progress
[thirdparty/sarg.git] / authfail.c
index f14a0b1fa090bd4fd5b3299b269fc722f48b5578..e3f62a6a7d229689abc28308b3785e49c3272938 100644 (file)
@@ -144,6 +144,8 @@ void authfail_report(void)
                if (debugz>=LogLevel_Process) debugaz(_("Authentication failures report not produced because it is empty\n"));
                return;
        }
+       if (debugz>=LogLevel_Process)
+               debuga(_("Creating authentication failures report...\n"));
 
        snprintf(authfail_sort,sizeof(authfail_sort),"%s/authfail.int_log",tmp);
        snprintf(report,sizeof(report),"%s/authfail.html",outdirname);