Skip to content

Commit

Permalink
Change Container Running to Waiting for connext
Browse files Browse the repository at this point in the history
because of #452
  • Loading branch information
raladev authored and reliveyy committed May 12, 2020
1 parent dda0676 commit c08b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/utils/launcher/node/connext.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ def status(self):
return str(e)
except:
self._logger.exception("Failed to get advanced running status")
return "Container running"
return "Waiting for connext to come up..."
else:
return status

0 comments on commit c08b142

Please sign in to comment.