aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams2
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