From 23635a8547eac0c05922609f5930badc86faf080 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Oct 2012 22:11:24 +0000 Subject: systemd: use structured logging for unit changes Information which unit a log entry pertains to enables systemctl status to display more log messages. --- src/core/selinux-access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/selinux-access.c') diff --git a/src/core/selinux-access.c b/src/core/selinux-access.c index 852a328b7c..6dfe8b45f3 100644 --- a/src/core/selinux-access.c +++ b/src/core/selinux-access.c @@ -314,7 +314,7 @@ static int get_calling_context( if (r >= 0) return r; - log_error("bus_get_selinux_security_context failed %m"); + log_error("bus_get_selinux_security_context failed: %m"); return r; } -- cgit v1.2.3-54-g00ecf