From 6e5a7119d919df586b2d8d57dc1dc1aa47ed7456 Mon Sep 17 00:00:00 2001 From: Jaka Pust Date: Mon, 12 Feb 2024 10:26:57 +0100 Subject: [PATCH] Print out the starting information --- start_aks_bsv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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