aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-internal
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-internal
parent7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5 (diff)
downloadpbuilder-580b246ae589e4b6011f6149e4680b1fa08497f4.tar
pbuilder-580b246ae589e4b6011f6149e4680b1fa08497f4.tar.gz
use log.i() instead of log()
Diffstat (limited to 'pdebuild-internal')
-rw-r--r--pdebuild-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild-internal b/pdebuild-internal
index 7056464..7f61a66 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -48,7 +48,7 @@ while [ -n "$1" ]; do
--debbuildopts)
# append to DEBBUILDOPTS or reset to empty if $2 isn't set
DEBBUILDOPTS="${2:+${DEBBUILDOPTS:+$DEBBUILDOPTS }$2}";
- log "I: Setting DEBBUILDOPTS=$DEBBUILDOPTS"
+ log.i "Setting DEBBUILDOPTS=$DEBBUILDOPTS"
shift; shift;
;;
--uid)