[rygel] rygel: Add message regarding ACL policy
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] rygel: Add message regarding ACL policy
- Date: Fri, 26 Jun 2020 12:41:33 +0000 (UTC)
commit 6ef056784dc5a29e17c65ddfeff163047e3d23d6
Author: Jens Georg <mail jensge org>
Date: Thu Jun 18 20:28:19 2020 +0200
rygel: Add message regarding ACL policy
src/rygel/rygel-acl.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/rygel/rygel-acl.vala b/src/rygel/rygel-acl.vala
index 6d8eaa34..8165e3a4 100644
--- a/src/rygel/rygel-acl.vala
+++ b/src/rygel/rygel-acl.vala
@@ -138,6 +138,8 @@ internal class Rygel.Acl : GLib.Object, GUPnP.Acl
this.fallback_policy = this.configuration.get_bool
("general",
"acl-fallback-policy");
+ debug ("Found ACL fallback policy “%s”",
+ this.fallback_policy ? "allow" : "deny");
} catch (Error error) {
if (this.fallback_policy) {
message (_("No ACL fallback policy found. Using “allow”"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]