mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-25 10:10:32 -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 (response != null) {
|
||||
httpActivity.console.summarizeResponseChain(null, response, System.out, cycle, nanos);
|
||||
httpActivity.console.summarizeResponseChain(error, response, System.out, cycle, nanos);
|
||||
} else {
|
||||
System.out.println("---- RESPONSE was null");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user