A few cosmetic changes in logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user