]> git.wh0rd.org Git - nano.git/commitdiff
Okay, NOW tell what the file is we didn't write if we didn't write it
authorChris Allegretta <chrisa@asty.org>
Sun, 3 Dec 2000 03:06:45 +0000 (03:06 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 3 Dec 2000 03:06:45 +0000 (03:06 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@369 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index af1edd69d478e1528fd7f047a9f2d3f64d0b4cb1..954130c6e2b5c26329c22477ce22b82ecb1f15e6 100644 (file)
--- a/nano.c
+++ b/nano.c
@@ -136,7 +136,7 @@ void die(char *msg, ...)
     if (i != -1)
        fprintf(stderr, _("\nBuffer written to %s\n"), name);
     else
-       fprintf(stderr, _("\nNo .save file written (file exists?)\n"));
+       fprintf(stderr, _("\nNo %s written (file exists?)\n"), name);
 
     exit(1);                   /* We have a problem: exit w/ errorlevel(1) */
 }