X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bin%2Fcheck-hrns.py;h=9ea215772337f39ca61e20aed50a9eacf213e5d9;hb=9bfb87a9c7895b16f3adf5931341e45203abe9ec;hp=9f24bf242eefcbb39fd37c827404b0a8b6687f35;hpb=f7c23db02ca1ad10652e1b3a38a315ce10f5dfef;p=myplc.git diff --git a/bin/check-hrns.py b/bin/check-hrns.py index 9f24bf2..9ea2157 100755 --- a/bin/check-hrns.py +++ b/bin/check-hrns.py @@ -38,7 +38,7 @@ def handle_persons (sites,sites_by_id, dry_run,verbose): if dry_run: continue SetPersonHrn (person['person_id'],hrn) else: - if verbose: print "host %s OK"%person['email'] + if verbose: print "Person %s OK"%person['email'] def main():