diff --git a/start_aks_bsv.py b/start_aks_bsv.py index 2bb29b1..ea39b58 100755 --- a/start_aks_bsv.py +++ b/start_aks_bsv.py @@ -128,7 +128,7 @@ def start(self): print("Alert System Microservice has already started, waiting to be synced...") self.wait_for_synced() return - report("Starting the ASM...") + print("Starting the Alert System Microservice...") self.run() # Representing the BSV bitcoin-cli. @@ -245,7 +245,7 @@ def start(self): # At this point we assume the node is not running yet report("BSV node has not started yet") report_exception("Exception was", e) - report("Starting the node...") + print("Starting the BSV node...") self.run_node() verbose = False