log unknown method for quorum
This commit is contained in:
@@ -84,7 +84,7 @@ class ManagedCallMethods(
|
|||||||
isDelegated(method) && !isRedefined(method) -> delegate.createQuorumFor(method)
|
isDelegated(method) && !isRedefined(method) -> delegate.createQuorumFor(method)
|
||||||
enabled.contains(method) -> quorum[method]?.create() ?: defaultQuorum.create()
|
enabled.contains(method) -> quorum[method]?.create() ?: defaultQuorum.create()
|
||||||
else -> {
|
else -> {
|
||||||
log.warn("Getting quorum for unknown method")
|
log.warn("Getting quorum for unknown method - $method")
|
||||||
defaultQuorum.create()
|
defaultQuorum.create()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user