Fix PR 11894.
authorBen Pfaff <blp@gnu.org>
Mon, 6 Jun 2005 04:37:16 +0000 (04:37 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 6 Jun 2005 04:37:16 +0000 (04:37 +0000)
src/ChangeLog
src/output.c

index 49e2b47a15da33e84bd60555d60698ac9a3ee027..992454aefb3eb3300aba970f7abc433780a3d2a0 100644 (file)
@@ -1,3 +1,9 @@
+Sun Jun  5 18:39:36 2005  Ben Pfaff  <blp@gnu.org>
+
+       Fix PR 11894.
+       
+       * output.c: (outp_read_devices) Fix message.
+
 Fri May 27 12:34:43 WST 2005 John Darrington <john@darrington.wattle.id.au>
        
        * sort-prs.[ch] (newfiles), aggregate.c, sort.[ch]: Separated the guts 
index 1409316a0ce68041344940ecb2b630b3fb7ace33..60d240104afc5b940427f8d8e742b86a263d1dd1 100644 (file)
@@ -292,8 +292,8 @@ outp_read_devices (void)
 
   if (init_fn == NULL)
     {
-      msg (IE, _("Cannot find output initialization file.  Use `-vv' to view "
-          "search path."));
+      msg (IE, _("Cannot find output initialization file.  "
+                 "Use `-vvvv' to view search path."));
       goto exit;
     }