From: Chris Allegretta Date: Sun, 3 Dec 2000 03:06:45 +0000 (+0000) Subject: Okay, NOW tell what the file is we didn't write if we didn't write it X-Git-Tag: v0.9.22~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9756d62d934f687ed7efdaffb26e4a3b0dd6e4e7;p=nano.git Okay, NOW tell what the file is we didn't write if we didn't write it git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@369 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.c b/nano.c index af1edd69..954130c6 100644 --- 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) */ }