selinux-access: Delete debugging message logged as an error

I don't see why this should be logged at all, so let's delete it.
This commit is contained in:
Colin Walters
2013-01-24 17:47:45 -05:00
committed by Lennart Poettering
parent e22ac43bc0
commit 6fd55349ab
-2
View File
@@ -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;