X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=topuser.c;h=7618248fd0bc0277b09e03404e147df3d0a529c6;hb=b7413c4ccdaacf2616c7cd164ff1f88caf374ab2;hp=8266cf5108234f0c7ebfec895fca2dd33f4b1de8;hpb=16868331b229453de72ce75166f2c1b67061414a;p=thirdparty%2Fsarg.git diff --git a/topuser.c b/topuser.c index 8266cf5..7618248 100644 --- a/topuser.c +++ b/topuser.c @@ -84,6 +84,8 @@ void topuser(void) struct generalitemstruct item; struct userinfostruct *uinfo; + if (debugz>=LogLevel_Process) + debuga(_("Creating top users report...\n")); ntopuser = 0; snprintf(wger,sizeof(wger),"%s/sarg-general",outdirname); if((fp_in=fopen(wger,"r"))==NULL) {