TUN-3848: Use transport logger for h2mux

This commit is contained in:
Adam Chalmers
2021-02-03 12:32:54 -06:00
parent 88b53eb886
commit 0d22106416
9 changed files with 21 additions and 14 deletions

View File

@@ -52,8 +52,9 @@ func TestWaitForBackoffFallback(t *testing.T) {
assert.NoError(t, err)
config := &TunnelConfig{
Log: &log,
LogTransport: &log,
ProtocolSelector: protocolSelector,
Observer: connection.NewObserver(nil, false),
Observer: connection.NewObserver(&log, &log, false),
}
connIndex := uint8(1)