Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed Nov 18, 2022
1 parent 79f4bf6 commit 085adff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void onResponse(ExecutionEngine.QueryResponse response) {

@Override
public void onFailure(Exception e) {
log.error("streaming processing failed. source = {}", source, e);
log.error("streaming processing failed. source = {} {}", source, e);
}
});
}
Expand Down

0 comments on commit 085adff

Please sign in to comment.