From 68c7f72fd56e20ddb6a2e83bdd355c46af9620ea Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sun, 4 Jul 2010 00:33:08 +0900 Subject: add a more useful message for pbuilder-runhooks when hookdir cannot be removed. (closes: #587254) --- pbuilder-runhooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-runhooks') diff --git a/pbuilder-runhooks b/pbuilder-runhooks index 0612cee..9ca6e76 100644 --- a/pbuilder-runhooks +++ b/pbuilder-runhooks @@ -56,7 +56,7 @@ function unloadhooks () { if [ -d "$BUILDPLACE/$hooks" ]; then rm -rf "$BUILDPLACE/$hooks" else - log "E: Logic failure." + log "E: Logic failure in hook handling. Directory $BUILDPLACE/$hooks should exist but it does not." fi } -- cgit v1.2.3