summaryrefslogtreecommitdiff
path: root/src/core/selinux-access.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/selinux-access.c')
-rw-r--r--src/core/selinux-access.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/selinux-access.c b/src/core/selinux-access.c
index b933698469..41f824a1ac 100644
--- a/src/core/selinux-access.c
+++ b/src/core/selinux-access.c
@@ -308,8 +308,6 @@ static int get_calling_context(
*/
sender = dbus_message_get_sender(message);
if (sender) {
- log_error("SELinux Got Sender %s", sender);
-
r = bus_get_selinux_security_context(connection, sender, scon, error);
if (r >= 0)
return r;