trying to find null in response - log value
This commit is contained in:
@@ -120,7 +120,7 @@ open class NativeCall(
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (it.result == null || it.result.isEmpty()) {
|
if (it.result == null || it.result.isEmpty()) {
|
||||||
log.warn("Empty result on building response, method ${it.ctx?.payload?.method}, params ${it.ctx?.payload?.params}")
|
log.warn("Empty result [${it.result}] on building response, method ${it.ctx?.payload?.method}, params ${it.ctx?.payload?.params}")
|
||||||
}
|
}
|
||||||
result.payload = ByteString.copyFrom(it.result)
|
result.payload = ByteString.copyFrom(it.result)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user