minor fixups

Change-Id: I038a962a128c12b81bad6d228e3c1a086c7db719
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/21480
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
This commit is contained in:
Enrico Faulhaber
2019-10-29 16:24:36 +01:00
parent 1768aaefaa
commit e19f7a8c25
2 changed files with 5 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class TCPConnection:
if getLogger:
self.log = getLogger('TCPConnection')
else:
mlzlog.getLogger('TCPConnection')
self.log = mlzlog.getLogger('TCPConnection')
self._host = host
self._port = int(port)
self._thread = None