summaryrefslogtreecommitdiff
path: root/src/core/selinux-access.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-01-24 17:47:45 -0500
committerLennart Poettering <lennart@poettering.net>2013-01-25 03:03:19 +0100
commit6fd55349ab1c392b01d7979f115f8be2cd89d76a (patch)
tree52c27b11aaeb52581ecc7335010e0096a2306f44 /src/core/selinux-access.c
parente22ac43bc057a305d748221c3b2c935084d6f1b5 (diff)
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.
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 b93369846..41f824a1a 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;