mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
log.warning
This commit is contained in:
@@ -528,5 +528,5 @@ class LocalProcessSpawner(Spawner):
|
||||
status = yield self.poll()
|
||||
if status is None:
|
||||
# it all failed, zombie process
|
||||
self.log.warn("Process %i never died", self.pid)
|
||||
self.log.warning("Process %i never died", self.pid)
|
||||
|
||||
|
Reference in New Issue
Block a user