From cec355d10ca3bc2e40c76efce9805eb3b1b9c212 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 6 Jun 2005 04:37:16 +0000 Subject: [PATCH] Fix PR 11894. --- src/ChangeLog | 6 ++++++ src/output.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 49e2b47a..992454ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 5 18:39:36 2005 Ben Pfaff + + Fix PR 11894. + + * output.c: (outp_read_devices) Fix message. + Fri May 27 12:34:43 WST 2005 John Darrington * sort-prs.[ch] (newfiles), aggregate.c, sort.[ch]: Separated the guts diff --git a/src/output.c b/src/output.c index 1409316a..60d24010 100644 --- a/src/output.c +++ b/src/output.c @@ -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; } -- 2.30.2