diff options
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r-- | pdebuild-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams index 0bcfc67..885ed7a 100644 --- a/pdebuild-checkparams +++ b/pdebuild-checkparams @@ -33,7 +33,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 |