Some wording changes.

This commit is contained in:
Jeremy
2015-05-13 13:53:42 -06:00
parent 5df5a6da18
commit 25a6616cd0
6 changed files with 16 additions and 13 deletions

View File

@ -259,11 +259,13 @@ class Router(BaseVM):
@asyncio.coroutine
def _termination_callback(self, returncode):
"""
Called when the process is killed
Called when the process has stopped.
:param returncode: Process returncode
"""
self.status = "stopped"
log.info("Dynamips hypervisor process has stopped, return code: %d", returncode)
@asyncio.coroutine
def stop(self):