]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - convlog.c
Normalize the messages to have less messages to translate.
[thirdparty/sarg.git] / convlog.c
index 3c22413be179a3093b05fd5185b5bc74283f23f5..bbbfe44c05e90846801f7d551c22f921d8d01d40 100644 (file)
--- a/convlog.c
+++ b/convlog.c
@@ -43,7 +43,7 @@ void convlog(const char *arq, char df, int dfrom, int duntil)
                arq="/var/log/squid/access.log";
 
        if((fp_in=MY_FOPEN(arq,"r"))==NULL) {
-               debuga(_("(convlog) Cannot open log file %s: %s\n"),arq,strerror(errno));
+               debuga(_("Cannot open file \"%s\": %s\n"),arq,strerror(errno));
                exit(EXIT_FAILURE);
        }