From 6b9732b2bf0499c5e4ea8a9d4f6051d98033f680 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 3 Mar 2014 19:49:40 -0500 Subject: Be more verbose when bind or listen fails Also be more verbose in devnode_acl_all(). --- src/shared/ask-password-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c index 5997a03fb2..8d03f4ad09 100644 --- a/src/shared/ask-password-api.c +++ b/src/shared/ask-password-api.c @@ -270,7 +270,7 @@ static int create_socket(char **name) { if (r < 0) { r = -errno; - log_error("bind() failed: %m"); + log_error("bind(%s) failed: %m", sa.un.sun_path); goto fail; } -- cgit v1.2.3-54-g00ecf