aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
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-user-mode-linux
parentfcee0334be27ea4ec4a5fdc3f940e015e60defe9 (diff)
downloadpbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar
pbuilder-e2420f46582fb7761d04ed86c2201dd79a857e51.tar.gz
use log.e() instead of log()
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 1e940dc..67ac5fd 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -36,7 +36,7 @@ function usecow () {
PBUILDER_COWFILENAME="${BUILDPLACE}/$$.cow"
PBUILDER_COW="${PBUILDER_COWFILENAME},"
if ! touch "${PBUILDER_COWFILENAME}"; then
- log "E: Cannot write-access to the COW file, check buildplace"
+ log.e "Cannot write-access to the COW file, check buildplace"
exit 1;
fi
rm -f "${PBUILDER_COWFILENAME}"