[pbuilder] 01/01: modules: executehooks: demote the "no hooks found" message to debug level (from warning)

Mattia Rizzolo mattia at debian.org
Wed Aug 10 13:15:59 UTC 2016


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

mattia pushed a commit to branch master
in repository pbuilder.

commit ccbbadfe634abda25854f13f96897913b4712e85
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Aug 10 13:15:42 2016 +0000

    modules: executehooks: demote the "no hooks found" message to debug level (from warning)
---
 pbuilder-modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbuilder-modules b/pbuilder-modules
index 0cd4aa9..63335c7 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -873,7 +873,7 @@ function executehooks () {
     for fn in "$BUILDPLACE/$hooks/$prefix"[0-9][0-9]* ; do
        case "$fn" in
            "$BUILDPLACE/$hooks/$prefix"'[0-9][0-9]*')
-               log.w "no hooks of type ${prefix} found -- ignoring"
+               log.d "no hooks of type ${prefix} found -- ignoring"
                ;;
            *~)
                log.w "skipping an editor backup file $fn"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git



More information about the Pbuilder-maint mailing list