diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index e41c8ae..81878a6 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -97,7 +97,7 @@ while [ -n "$1" ]; do BUILDRESULT=$(readlink -f "$2"); else BUILDRESULT="$2" - log "W: Build-result Directory $2 does not exist" + log.w "Build-result Directory $2 does not exist" # warn, but make it progress. fi else |