aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-runhooks
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-13 11:23:44 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-15 10:16:22 +0000
commit580b246ae589e4b6011f6149e4680b1fa08497f4 (patch)
treeb45a0d5b85ce82c9e0cc0574a5677efe5acd0994 /pbuilder-runhooks
parent7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5 (diff)
downloadpbuilder-580b246ae589e4b6011f6149e4680b1fa08497f4.tar
pbuilder-580b246ae589e4b6011f6149e4680b1fa08497f4.tar.gz
use log.i() instead of log()
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" )