mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-29 23:06:19 +00:00
InfoFlowAnalysis: fix sometimes misleading log message
This commit is contained in:
parent
afab62934e
commit
56d8053dc9
@ -233,7 +233,7 @@ class InfoFlowAnalysis(object):
|
||||
if self.rebuildsubgraph:
|
||||
self._build_subgraph()
|
||||
|
||||
self.log.info("Generating all infoflows out of {0}...".format(s))
|
||||
self.log.info("Generating all infoflows {0} {1}".format("out of" if out else "into", s))
|
||||
|
||||
if out:
|
||||
flows = self.subG.out_edges_iter(s)
|
||||
|
Loading…
Reference in New Issue
Block a user