mirror of
https://github.com/9001/copyparty.git
synced 2026-03-16 21:23:42 +10:00
clean-shutdown while hashing huge files
This commit is contained in:
@@ -165,7 +165,7 @@ class HttpSrv(object):
|
||||
"""listens on a shared tcp server"""
|
||||
ip, port = srv_sck.getsockname()
|
||||
fno = srv_sck.fileno()
|
||||
msg = "subscribed @ {}:{} f{}".format(ip, port, fno)
|
||||
msg = "subscribed @ {}:{} f{} p{}".format(ip, port, fno, os.getpid())
|
||||
self.log(self.name, msg)
|
||||
|
||||
def fun() -> None:
|
||||
|
||||
Reference in New Issue
Block a user