mirror of
https://github.com/corda/corda.git
synced 2025-02-25 19:11:45 +00:00
Minor text update
This commit is contained in:
parent
2fffef5701
commit
8241911e0e
@ -221,14 +221,14 @@ class NodeVaultService(
|
|||||||
return PreventSubscriptionsSubject(_rawUpdatesPublisher) {
|
return PreventSubscriptionsSubject(_rawUpdatesPublisher) {
|
||||||
log.error(
|
log.error(
|
||||||
"Flow ${it.logic::class.java.name} tried to subscribe an Rx.Observer to VaultService.rawUpdates " +
|
"Flow ${it.logic::class.java.name} tried to subscribe an Rx.Observer to VaultService.rawUpdates " +
|
||||||
"- Rx.Observables should only be subscribed outside the context of a flow " +
|
"- Rx.Observables should only be subscribed to outside the context of a flow " +
|
||||||
"- the subscription did not succeed " +
|
"- the subscription did not succeed " +
|
||||||
"- aborting the flow "
|
"- aborting the flow "
|
||||||
)
|
)
|
||||||
|
|
||||||
FlowException(
|
FlowException(
|
||||||
"Flow ${it.logic::class.java.name} tried to subscribe an Rx.Observer to VaultService.rawUpdates " +
|
"Flow ${it.logic::class.java.name} tried to subscribe an Rx.Observer to VaultService.rawUpdates " +
|
||||||
"- Rx.Observables should only be subscribed outside the context of a flow " +
|
"- Rx.Observables should only be subscribed to outside the context of a flow " +
|
||||||
"- the subscription did not succeed "
|
"- the subscription did not succeed "
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user