aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
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 /pbuilder
parentfcee0334be27ea4ec4a5fdc3f940e015e60defe9 (diff)
downloadpbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar
pbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar.gz
use log.e() instead of log()
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbuilder b/pbuilder
index d707569..63cc7a9 100755
--- a/pbuilder
+++ b/pbuilder
@@ -77,7 +77,7 @@ File extracted to: $BUILDPLACE
# saving the place afterwards
if [ "${SAVE_AFTER_LOGIN}" = "yes" ]; then
if [ "${INTERNAL_BUILD_UML}" = "yes" ]; then
- log "E: Invalid combination of internal-build-uml and save-after-login flags"
+ log.e "Invalid combination of internal-build-uml and save-after-login flags"
exit 1
else
log.i "Saving the results, modifications to this session will persist"
@@ -101,7 +101,7 @@ File extracted to: $BUILDPLACE
EXECPROGRAM="$1"
shift
if [ ! -f "${EXECPROGRAM}" ]; then
- log "E: Command line parameter [$EXECPROGRAM] does not exist"
+ log.e "Command line parameter [$EXECPROGRAM] does not exist"
exit 1;
fi;
extractbuildplace
@@ -125,7 +125,7 @@ File extracted to: $BUILDPLACE
# saving the place afterwards
if [ "${SAVE_AFTER_LOGIN}" = "yes" ]; then
if [ "${INTERNAL_BUILD_UML}" = "yes" ]; then
- log "E: Invalid combination of internal-build-uml and save-after-login flags"
+ log.e "Invalid combination of internal-build-uml and save-after-login flags"
else
log.i "Saving the results, modifications to this session will persist"
umountproc