[lightdm/epel7: 57/58] Revert "omit debug logging"

Rex Dieter rdieter at fedoraproject.org
Fri Feb 20 00:11:29 UTC 2015


commit 9642e867517e715223951ee3bd06c1844ffb4515
Author: Rex Dieter <rdieter at gmail.com>
Date:   Thu Feb 19 17:16:13 2015 -0600

    Revert "omit debug logging"
    
    This reverts commit 173ebb9736faa3d199b8b01cc927593bdd60be01.

 lightdm.rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lightdm.rules b/lightdm.rules
index 6795450..eda155b 100644
--- a/lightdm.rules
+++ b/lightdm.rules
@@ -1,7 +1,7 @@
 polkit.addRule(function(action, subject) {
     if (subject.user == "lightdm") {
-        //polkit.log("action=" + action);
-        //polkit.log("subject=" + subject);
+        polkit.log("action=" + action);
+        polkit.log("subject=" + subject);
         if (action.id.indexOf("org.freedesktop.login1.") == 0) {
             return polkit.Result.YES;
         }


More information about the scm-commits mailing list