diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-13 11:24:29 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-15 10:16:22 +0000 |
commit | e2420f46582fb7761d04ed86c2201dd79a857e51 (patch) | |
tree | 4c280b1df30beef695c9a84178aa405f07c21cce /pbuilder-buildpackage-funcs | |
parent | fcee0334be27ea4ec4a5fdc3f940e015e60defe9 (diff) | |
download | pbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar pbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar.gz |
use log.e() instead of log()
Diffstat (limited to 'pbuilder-buildpackage-funcs')
-rw-r--r-- | pbuilder-buildpackage-funcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs index c3eeee7..e80555b 100644 --- a/pbuilder-buildpackage-funcs +++ b/pbuilder-buildpackage-funcs @@ -57,7 +57,7 @@ function checkbuilddep () { if [ $? -eq 2 -a "${PRESERVE_BUILDPLACE}" = "yes" ]; then trap umountproc_trap exit sighup fi - log "E: pbuilder-satisfydepends failed." + log.e "pbuilder-satisfydepends failed." exit 2 fi # install extra packages to the chroot |