aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
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;
;;