traffic_replay: Convert print() to logger.info()
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 22 Oct 2018 21:24:51 +0000 (10:24 +1300)
committerTim Beale <timbeale@samba.org>
Sun, 4 Nov 2018 22:55:16 +0000 (23:55 +0100)
commit71c66419bb243605ff240e0b7cd5d5a32ba2441f
treebeae2f962955b79941a8b61475ab2703f15431ae
parent32e58227cd10d9a91c349433fc20bd0cb36869f1
traffic_replay: Convert print() to logger.info()

Using logger is more helpful here because it includes timestamps, so we
can see how long things are taking. It's also more consistent with the
rest of the traffic_replay logging.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/emulate/traffic.py