mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-22 23:26:58 +00:00
PortconQuery: add missing debug statement
This commit is contained in:
parent
6c147f8c7b
commit
87c8b85c98
@ -119,6 +119,7 @@ class PortconQuery(contextquery.ContextQuery):
|
||||
self.log.debug("Ports: {0.ports}, overlap: {0.ports_overlap}, "
|
||||
"subset: {0.ports_subset}, superset: {0.ports_superset}, "
|
||||
"proper: {0.ports_proper}".format(self))
|
||||
self.log.debug("Protocol: {0.protocol!r}".format(self))
|
||||
self.log.debug("User: {0.user!r}, regex: {0.user_regex}".format(self))
|
||||
self.log.debug("Role: {0.role!r}, regex: {0.role_regex}".format(self))
|
||||
self.log.debug("Type: {0.type_!r}, regex: {0.type_regex}".format(self))
|
||||
|
Loading…
Reference in New Issue
Block a user