Skip to content

Commit 84e2c43

Browse files
committed
Improve the format of timeout log
1 parent 7e76b46 commit 84e2c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socket_drcom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run(self):
2626
return
2727
sleep(self.timeout - count)
2828
if not self.ok:
29-
log("Socket timeout! Kill drcom.")
29+
log('[socket]', "Socket timeout! Kill drcom.")
3030
os.kill(os.getpid(), 15)
3131

3232
def release(self):

0 commit comments

Comments
 (0)