]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - readlog.c
Merge messages about memory shortage.
[thirdparty/sarg.git] / readlog.c
index 41c15fe9047e8ef14522155ac466a54e9c4900b1..f71da4ac2a1393ed04574a479baca56a85ffd1d7 100644 (file)
--- a/readlog.c
+++ b/readlog.c
@@ -334,7 +334,7 @@ static void ReadOneLogFile(struct ReadLogDataStruct *Filter,const char *arq)
        }
 
        if ((line=longline_create())==NULL) {
-               debuga(_("Not enough memory to read log file %s\n"),arq);
+               debuga(_("Not enough memory to read file \"%s\"\n"),arq);
                exit(EXIT_FAILURE);
        }