output: Phrase output driver error messages more consistently.
[pspp-builds.git] / src / output / msglog.c
index d5c68069a6f9cbe1aec0d80bc5cb3c1b6694fc46..70c237c3db45111d5b3912b4afc53271a22f47b7 100644 (file)
@@ -63,7 +63,7 @@ msglog_create (const char *file_name)
   file = fn_open (file_name, "w");
   if (file == NULL)
     {
-      error (0, errno, _("%s: open failed"), file_name);
+      error (0, errno, _("error opening output file \"%s\""), file_name);
       return NULL;
     }