Output message made clearer

This commit is contained in:
Anthony Scemama 2015-02-02 10:36:14 +01:00
parent 92106da879
commit 8b6a22e9a3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def main():
if var not in variables:
print "%s is not an IRP entity"%(var,)
else:
print "%s touches the following entities:"%(var,)
print "Touching %s invalidates the following entities:"%(var,)
parents = variables[var].parents
parents.sort()
for x in parents: