Skip to content

Commit ca6c39f

Browse files
Wording
1 parent 348141e commit ca6c39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ private void HandleTopologyRecoveryException(TopologyRecoveryException e)
900900
{
901901
throw e;
902902
}
903-
ESLog.Info($"Exception {e.InnerException?.GetType().FullName} is ignored because of it's not a known connection problem.", e);
903+
ESLog.Info($"Will not retry recovery because of {e.InnerException?.GetType().FullName}: it's not a known problem with connectivty, ignoring it", e);
904904

905905
}
906906

0 commit comments

Comments
 (0)