diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/selinux-access.c | 2 |
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; |