aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-runhooks
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r--pbuilder-runhooks4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-runhooks b/pbuilder-runhooks
index 0b921b0..6e912b0 100644
--- a/pbuilder-runhooks
+++ b/pbuilder-runhooks
@@ -85,10 +85,10 @@ function executehooks () {
;;
*)
if [ -x "$fn" ]; then
- log "I: user script $fn starting"
+ log.i "user script $fn starting"
BUILDDIR="$BUILDDIR" \
$CHROOTEXEC "/$hooks/$(basename "$fn")"
- log "I: user script $fn finished"
+ log.i "user script $fn finished"
else
if [ -f "$fn" ]; then
filetype=$(basename "$fn" )