clean up format in fallbackLogger
This commit is contained in:
parent
9e959c3d9e
commit
8e90bd209c
|
@ -83,4 +83,4 @@ def freeBusyPath(path, logger=None):
|
|||
p.kill()
|
||||
|
||||
def fallbackLogger(module, loglevel, msg):
|
||||
print('[{}] [{}] Logger not initialized, this will only go to console:\n{}'.format(module, loglevel, msg))
|
||||
print('[{}] [{}] [FALLBACK LOGGER]: {}'.format(module, loglevel, msg))
|
||||
|
|
Loading…
Reference in New Issue