debugging

This commit is contained in:
Anton Hvornum 2019-11-29 15:37:44 +01:00
parent 253e52da22
commit f537eee6b3
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class sys_command():#Thread):
break
if 'debug' in self.kwargs and self.kwargs['debug'] and len(output):
print(self.cmd[0], 'gave:', output.decode('UTF-8'), origin='spawn', level=4)
print(self.cmd[0], 'gave:', output.decode('UTF-8'))
log(self.cmd[0],'gave:', output.decode('UTF-8'), origin='spawn', level=4)
lower = output.lower()