]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - topsites.c
Merge messages about memory shortage.
[thirdparty/sarg.git] / topsites.c
index e161cc054324458bd392ab38b6e3a197a3b2e30f..7573dfe04082c206861173f17fca8a9df4c3c01d 100644 (file)
@@ -105,7 +105,7 @@ void topsites(void)
        }
 
        if ((line=longline_create())==NULL) {
-               debuga(_("Not enough memory to read file %s\n"),general2);
+               debuga(_("Not enough memory to read file \"%s\"\n"),general2);
                exit(EXIT_FAILURE);
        }
 
@@ -269,7 +269,7 @@ void topsites(void)
        ntopsites = 0;
 
        if ((line=longline_create())==NULL) {
-               debuga(_("Not enough memory to read file %s\n"),sites);
+               debuga(_("Not enough memory to read file \"%s\"\n"),sites);
                exit(EXIT_FAILURE);
        }