aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
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 /pdebuild-checkparams
parent7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5 (diff)
downloadpbuilder-580b246ae589e4b6011f6149e4680b1fa08497f4.tar
pbuilder-580b246ae589e4b6011f6149e4680b1fa08497f4.tar.gz
use log.i() instead of log()
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index b6ba0ed..0bcfc67 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -89,13 +89,13 @@ while [ -n "$1" ]; do
shift;
;;
--logfile)
- log "I: Logging to $2"
+ log.i "Logging to $2"
PBUILDER_BUILD_LOGFILE=$(readlink -f $2)
exec > >(tee "$2") 2>&1
shift; shift;
;;
--pbuilder)
- log "I: using $2 as pbuilder"
+ log.i "using $2 as pbuilder"
PDEBUILD_PBUILDER="$2"
shift; shift;
;;