Skip to content

Commit c962a5c

Browse files
authored
fix log statement. (#230)
1 parent f3280ab commit c962a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/graphsync/graphsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ func (t *Transport) gsReqQueuedHook(p peer.ID, request graphsync.RequestData) {
484484
chid = datatransfer.ChannelID{ID: msg.TransferID(), Initiator: t.peerID, Responder: p}
485485
response := msg.(datatransfer.Response)
486486
if response.IsNew() {
487-
log.Infof("%s, GS pull request queued in response to our push, req=%+v", chid, request)
487+
log.Infof("%s, GS pull request queued in response to our push, req_id=%d", chid, request.ID())
488488
t.events.OnTransferQueued(chid)
489489
}
490490
}

0 commit comments

Comments
 (0)