X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=blobdiff_plain;f=bin%2Fcheck-hrns.py;h=9ea215772337f39ca61e20aed50a9eacf213e5d9;hp=9f24bf242eefcbb39fd37c827404b0a8b6687f35;hb=9bfb87a9c7895b16f3adf5931341e45203abe9ec;hpb=b7265c4c22b97a609320b65b3f3c07d7daad03bb 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():