From 77537897c0c32edc899c81dbdc3cefe213437ec6 Mon Sep 17 00:00:00 2001 From: Ola Date: Wed, 20 Nov 2024 23:28:43 +0100 Subject: [PATCH] Minor output fix --- scripts/cnode-helper-scripts/cntools.library | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cnode-helper-scripts/cntools.library b/scripts/cnode-helper-scripts/cntools.library index b3534bfad..665061024 100644 --- a/scripts/cnode-helper-scripts/cntools.library +++ b/scripts/cnode-helper-scripts/cntools.library @@ -5033,7 +5033,7 @@ submitTxKoiosOgmios() { jq -r . <<< "${ogmios_error}" println LOG "$(jq -rc . <<< ${ogmios_error})" else - println ERROR "Submit API error: ${stdout}" + println ERROR "Ogmios API error: ${stdout}" fi return 1 fi