Debug on-demand rules
This commit is contained in:
parent
92d5008d1c
commit
413b5c3996
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue