quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] guards: Clarify user message


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] guards: Clarify user message
Date: Tue, 28 Apr 2015 20:53:16 +0200

When --config=series is used and a listed file is not found on the
disk, guards prints the following message:

Not found in series: file

This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
---
Michal, in general I am fine with mentioning the series file name in
user messages as you did recently. However I find one of the messages
confusing. If you are fine with the change below, I'll commit it to both
repositories.

 bin/guards.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/bin/guards.in
+++ b/bin/guards.in
@@ -169,7 +169,7 @@ if ($check) {
            if ($config eq '-') {
                print "Not found: $dir$patch\n";
            } else {
-               print "Not found in $config: $dir$patch\n";
+               print "In $config but not found: $dir$patch\n";
            }
            $problems++;
        }});

-- 
Jean Delvare
SUSE L3 Support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]