Skip to content

Commit 9765c1a

Browse files
committed
Fix
1 parent 4b8b901 commit 9765c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grpc.Net.Client/Balancer/Internal/ConnectionManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public void UpdateState(BalancerState state)
323323
}
324324
else
325325
{
326-
ConnectionManagerLog.PickResultSubchannelNotReady(Logger, subchannel.Id, state);
326+
ConnectionManagerLog.PickResultSubchannelNotReady(Logger, subchannel.Id, address, state);
327327
previousPicker = currentPicker;
328328
}
329329
}

0 commit comments

Comments
 (0)