We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cda4955 + c1e8f14 commit edfeddfCopy full SHA for edfeddf
ChromeDevToolsClient/src/main/java/com/hubspot/chrome/devtools/client/ChromeWebSocketClient.java
@@ -111,7 +111,7 @@ public void onMessage(String message) {
111
errorsReceived.put(response.getId(), response.getError());
112
}
113
} catch (IOException ioe) {
114
- LOG.error("Could not parse response from chrome", ioe);
+ LOG.warn("Could not parse response from chrome. Ignoring this response.", ioe);
115
116
117
0 commit comments