2nd iteration of logging cleanup.

This commit is contained in:
Darko Poljak 2017-06-28 23:43:39 +02:00 committed by Steven Armstrong
commit 127c05a882
3 changed files with 3 additions and 3 deletions

View file

@ -240,7 +240,7 @@ class Emulator(object):
self.object_source)))
raise
self.log.trace("Recording requirement: %s", requirement)
self.log.debug("Recording requirement: %s", requirement)
# Save the sanitised version, not the user supplied one
# (__file//bar => __file/bar)