Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/services/reqresp/reqresp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export class ReqResp implements ReqRespInterface {
);
return resp;
} catch (e: any) {
this.logger.warn(`SUBPROTOCOL: ${subProtocol}\n`, e);
this.logger.debug(`SUBPROTOCOL: ${subProtocol}\n`, e);
// On error we immediately abort the stream, this is preferred way,
// because it signals to the sender that error happened, whereas
// closing the stream only closes our side and is much slower
Expand Down
Loading