[libcode-tidyall-perl] 301/374: improve pipe no_match error

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit da74e5332ba831c188afd03d34f48d7a0dd951e3
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Wed Oct 3 10:56:35 2012 -0700

    improve pipe no_match error
---
 bin/tidyall |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/tidyall b/bin/tidyall
index 1b79a93..f096c77 100755
--- a/bin/tidyall
+++ b/bin/tidyall
@@ -160,7 +160,7 @@ sub handle_pipe {
         return 1;
     }
     elsif ( $result->state eq 'no_match' ) {
-        print STDERR "No match for '$pipe'";
+        print STDERR "No plugins apply for '$pipe' in config";
         return 1;
     }
     elsif ( $result->state eq 'checked' ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list