[gnome-system-monitor] Show selinux found but not enabled only as debug message



commit 87c61da71c806976b69741adfa8e3aed3ebc8924
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Apr 25 23:48:06 2013 +0300

    Show selinux found but not enabled only as debug message

 src/selinux.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/selinux.cpp b/src/selinux.cpp
index 2115453..c0e6e1f 100644
--- a/src/selinux.cpp
+++ b/src/selinux.cpp
@@ -56,7 +56,7 @@ can_show_security_context_column (void)
                hide the security context column */
 
         default:
-            g_warning("SELinux was found but is not enabled.\n");
+            procman_debug("SELinux was found but is not enabled.\n");
             return FALSE;
     }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]