Skip to content

Commit 8b6b7be

Browse files
committed
Fix
1 parent 2f6640b commit 8b6b7be

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)