]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - useragent.c
Put double quotes around remaining file names in messages
[thirdparty/sarg.git] / useragent.c
index 9ec1cfc244c089995d1c4f9e7e7f1f0aeb428e58..33dad902c20651235b1664a52cfbc04c1571fc4b 100644 (file)
@@ -72,7 +72,7 @@ void useragent(void)
        }
 
        if(debug) {
-               debuga(_("Reading useragent log: %s\n"),UserAgentLog);
+               debuga(_("Reading useragent log \"%s\"\n"),UserAgentLog);
        }
 
        while(fgets(buf,sizeof(buf),fp_in)!=NULL) {
@@ -132,7 +132,7 @@ void useragent(void)
        }
 
        if(debug) {
-               debuga(_("Sorting file: %s\n"),tmp2);
+               debuga(_("Sorting file \"%s\"\n"),tmp2);
        }
 
        if (snprintf(csort,sizeof(csort),"sort -n -t \"\t\" -k 3,3 -k 2,2 -k 1,1 -o \"%s\" \"%s\"",tmp2,tmp3)>=sizeof(csort)) {