Fix 1.5: Error message, when stopping IOU router #769

Signed-off-by: Julien Duponchelle <julien@gns3.net>
pull/979/head
Bernhard Ehlers 7 years ago committed by Julien Duponchelle
parent 57ba7ab801
commit 3afe85ba3c
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -541,8 +541,6 @@ class IOUVM(BaseVM):
self._ioucon_thread_stop_event.set()
if returncode != 0:
log.info("{} process has stopped, return code: {}".format(process_name, returncode))
else:
if returncode == 11:
message = "{} process has stopped, return code: {}. This could be an issue with the image using a different image can fix the issue.\n{}".format(process_name, returncode, self.read_iou_stdout())
else:

Loading…
Cancel
Save