Skip to content

Commit

Permalink
set to error to diagnose CI build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andybharness committed Nov 8, 2023
1 parent 442d75b commit dbf1c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void onResponse(@NotNull Call call, @NotNull Response response) throws IO
updater.onDisconnected("End of SSE stream");
} catch (Throwable ex) {
log.warn("SSE Stream aborted: " + ex.getMessage());
log.trace("SSE Stream aborted trace", ex);
log.error("SSE Stream aborted trace", ex);
updater.onDisconnected(ex.getMessage());
}
}
Expand Down

0 comments on commit dbf1c74

Please sign in to comment.