webtorrent/tracker_client.go | 2 +- diff --git a/webtorrent/tracker_client.go b/webtorrent/tracker_client.go index e6908c74235d443a7aead91227c16047ff7f751a..d75b9f9bbd5973335acc7ea1cbfec84530028669 100644 --- a/webtorrent/tracker_client.go +++ b/webtorrent/tracker_client.go @@ -334,7 +334,7 @@ tc.mu.Lock() defer tc.mu.Unlock() offer, ok := tc.outboundOffers[offerId] if !ok { - tc.Logger.WithDefaultLevel(log.Warning).Printf("could not find offer for id %q", offerId) + tc.Logger.WithDefaultLevel(log.Warning).Printf("could not find offer for id %+q", offerId) return } //tc.Logger.WithDefaultLevel(log.Debug).Printf("offer %q got answer %v", offerId, answer)