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


_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to