From 9642e867517e715223951ee3bd06c1844ffb4515 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 19 2015 23:16:13 +0000 Subject: Revert "omit debug logging" This reverts commit 173ebb9736faa3d199b8b01cc927593bdd60be01. --- 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; }