A few cosmetic changes in logging

This commit is contained in:
Pim van Pelt
2022-03-15 20:57:11 +00:00
parent 6d3de72c00
commit 5876465327
4 changed files with 11 additions and 2 deletions

View File

@ -121,4 +121,6 @@ class Validator(object):
if not rv:
ret_rv = False
if ret_rv:
self.logger.debug("Semantics correctly validated")
return ret_rv, ret_msgs