mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
include error detail in http diag readout
This commit is contained in:
parent
46aeef0aca
commit
d17254e04e
@ -114,7 +114,7 @@ public class HttpAction implements SyncAction {
|
|||||||
}
|
}
|
||||||
if (httpActivity.isDiagnosticMode()) {
|
if (httpActivity.isDiagnosticMode()) {
|
||||||
if (response != null) {
|
if (response != null) {
|
||||||
httpActivity.console.summarizeResponseChain(null, response, System.out, cycle, nanos);
|
httpActivity.console.summarizeResponseChain(error, response, System.out, cycle, nanos);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("---- RESPONSE was null");
|
System.out.println("---- RESPONSE was null");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user