You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1171,9 +1171,10 @@ void ReadRow(ReadOnlySpan<byte> span, out int? connectionId_, out string serverV
1171
1171
1172
1172
if(connectionId.HasValue&&serverVersion!=null)
1173
1173
{
1174
-
Log.Info("Session{0} changing ConnectionIdOld {1} to ConnectionId {2} and ServerVersionOld {3} to ServerVersion {4}",m_logArguments[0],ConnectionId,connectionId.Value,ServerVersion.OriginalString,serverVersion);
Log.Info("Session{0} changing ConnectionIdOld {1} to ConnectionId {2} and ServerVersionOld {3} to ServerVersion {4}",m_logArguments[0],ConnectionId,connectionId.Value,ServerVersion.OriginalString,newServerVersion.OriginalString);
0 commit comments