Debug on-demand rules

This commit is contained in:
Davide De Rosa 2024-01-10 19:43:35 +01:00
parent 92d5008d1c
commit 413b5c3996
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ private extension Profile.OnDemand {
// IMPORTANT: append fallback rule last
rules.append(globalRule())
pp_log.debug("On-demand rules:")
rules.forEach {
pp_log.debug("\($0)")
}
return rules
}
}