diff options
Diffstat (limited to 'pbuilder-buildpackage')
-rwxr-xr-x | pbuilder-buildpackage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index b5468b5..8504b10 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -52,7 +52,7 @@ case $USENETWORK in yes) if [ "$DEB_BUILD_ARCH_OS" = "linux" ]; then # omit the warning when running on kFreeBSD or Hurd - log "W: pbuilder: network will not be disabled during build!" + log.w "pbuilder: network will not be disabled during build!" fi ;; *) @@ -63,7 +63,7 @@ case $USENETWORK in else USENETWORK=yes if [ "$DEB_BUILD_ARCH_OS" = "linux" ]; then - log "W: pbuilder: unshare CLONE_NEWNET not available" + log.w "pbuilder: unshare CLONE_NEWNET not available" fi log.i "pbuilder: network access is available during build!" fi |