From ee1965a9d8dc206a3b712071058fe0f7f5aee759 Mon Sep 17 00:00:00 2001 From: Maksym Telychko Date: Fri, 17 Apr 2020 11:29:28 +0300 Subject: MTX-3262 mpower: fix log output --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 8facbdf..138c87d 100644 --- a/src/utils.c +++ b/src/utils.c @@ -274,8 +274,8 @@ int device_lock(const char *path) } usleep(100000ul);//100ms } - log_error("failed to create %s: %m", lock_path); } + log_error("failed to make lock %s: %m", lock_path); free(lock_path); return device_unlock(lock_fd); } -- cgit v1.2.3