Make active/inactive status reporting stand out a bit more in osimctrl

This commit is contained in:
Justin Clark-Casey
2014-09-09 00:50:44 +01:00
parent f535f3d5f4
commit 2dd3a60a18
@@ -102,10 +102,10 @@ class OSimCtrl:
print "OpenSimulator path: %s" % self._binaryPath
if screen != None:
print "Status: Active"
print "Status: ### Active ###"
return True
else:
print "Status: Inactive"
print "Status: ### Inactive ###"
return False
def startComponent(self, opts):