aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-internal
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-13 11:24:29 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-15 10:16:22 +0000
commite2420f46582fb7761d04ed86c2201dd79a857e51 (patch)
tree4c280b1df30beef695c9a84178aa405f07c21cce /pdebuild-internal
parentfcee0334be27ea4ec4a5fdc3f940e015e60defe9 (diff)
downloadpbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar
pbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar.gz
use log.e() instead of log()
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 7f61a66..562be0d 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -69,7 +69,7 @@ while [ -n "$1" ]; do
shift;
;;
--*)
- log "E: Unknown option [$1] was specified "
+ log.e "Unknown option [$1] was specified "
exit 1;
;;
*)