summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/utils.py b/lib/bb/utils.py
index 53de49f68..5b3710f84 100644
--- a/lib/bb/utils.py
+++ b/lib/bb/utils.py
@@ -410,7 +410,7 @@ def lockfile(name):
sys.exit(1)
if not os.access(path, os.W_OK):
- bb.msg.error(bb.msg.domain.Util, "Error, lockfile path is not writable!: %s" % path)
+ logger.error("Error, lockfile path is not writable!: %s" % path)
sys.exit(1)
while True: