summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-06-18 20:28:19 +0200
committerJens Georg <mail@jensge.org>2020-06-30 09:23:02 +0200
commit39e9d60c4457319f63b8ea33bcf2447f4c4b2e1c (patch)
treeceb2935b250e5e90ddaf6634a039437b3082d8b6
parentf18a6c9746204ace76d65790a05d015582570d36 (diff)
downloadrygel-39e9d60c4457319f63b8ea33bcf2447f4c4b2e1c.tar.gz
rygel: Add message regarding ACL policy
-rw-r--r--src/rygel/rygel-acl.vala2
1 files changed, 2 insertions, 0 deletions
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”"));