t/random_seed: use logging module for debug prints
authorVincent Fu <vincent.fu@samsung.com>
Tue, 6 Jun 2023 22:13:15 +0000 (22:13 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:39:07 +0000 (14:39 -0400)
commit86131edc93f6739bb6a4e85c18d6e60b731d3d80
treee15f02024fb26992057886949de2cb6815033f71
parent5dc5c6f6af9674dd9547093a59d6fbd77bd9d9f8
t/random_seed: use logging module for debug prints

Instead of having 'if self.debug:' lines all over the place, use the
logging module for debug messages.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/random_seed.py