aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-runhooks
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r--pbuilder-runhooks2
1 files changed, 1 insertions, 1 deletions
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
}