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