mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
tid="n/a" if not available
This commit is contained in:
parent
e3a5717446
commit
fe4d7a2769
@ -22,7 +22,7 @@ def gettid():
|
|||||||
tid = libc.syscall(SYS_gettid)
|
tid = libc.syscall(SYS_gettid)
|
||||||
return tid
|
return tid
|
||||||
except:
|
except:
|
||||||
logging.warn("gettid failed?", exc_info=True)
|
return "n/a"
|
||||||
|
|
||||||
import warcprox.controller as controller
|
import warcprox.controller as controller
|
||||||
import warcprox.playback as playback
|
import warcprox.playback as playback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user