From c8566d2cf9950d7b2e661842b7c67b51c78c73c9 Mon Sep 17 00:00:00 2001 From: Kyriakos Tharrouniatis Date: Thu, 13 Feb 2020 15:28:32 +0000 Subject: [PATCH] Correcting log message --- .../kotlin/net/corda/node/services/vault/NodeVaultService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/main/kotlin/net/corda/node/services/vault/NodeVaultService.kt b/node/src/main/kotlin/net/corda/node/services/vault/NodeVaultService.kt index fa4bc5106c..4d0555bf78 100644 --- a/node/src/main/kotlin/net/corda/node/services/vault/NodeVaultService.kt +++ b/node/src/main/kotlin/net/corda/node/services/vault/NodeVaultService.kt @@ -218,7 +218,7 @@ class NodeVaultService( // it could prevent the flow/ fiber swapped our of memory. PreventSubscriptionsSubject(_rawUpdatesPublisher) { log.error("Cannot subscribe to NodeVaultService.rawUpdates from a flow! " + - "- hospitalising the flow ") + "- aborting the flow ") throw FlowException("Cannot subscribe to NodeVaultService.rawUpdates from a flow! ") }