mirror of
https://github.com/corda/corda.git
synced 2025-02-25 19:11:45 +00:00
Correcting log message
This commit is contained in:
parent
4517457e16
commit
c8566d2cf9
@ -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! ")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user