Correcting log message

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-13 15:28:32 +00:00
parent 4517457e16
commit c8566d2cf9

View File

@ -218,7 +218,7 @@ class NodeVaultService(
// it could prevent the flow/ fiber swapped our of memory. // it could prevent the flow/ fiber swapped our of memory.
PreventSubscriptionsSubject(_rawUpdatesPublisher) { PreventSubscriptionsSubject(_rawUpdatesPublisher) {
log.error("Cannot subscribe to NodeVaultService.rawUpdates from a flow! " + 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! ") throw FlowException("Cannot subscribe to NodeVaultService.rawUpdates from a flow! ")
} }