Skip to content

Commit 1716bff

Browse files
Travis Nickelsbording
authored andcommitted
Fix diagnostic log text
1 parent a944871 commit 1716bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Transports.RabbitMQ/RabbitMQQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected override void InitializeCore(ReadOnlyDictionary<string, string> settin
5353

5454
if (userName != mangementApiUrl.UserName)
5555
{
56-
_ = Diagnostics.AppendLine($"UserName in settings is different from Management API URL: {userName} != {managementUserName}");
56+
_ = Diagnostics.AppendLine($"UserName in settings is different from Management API URL: {userName} != {mangementApiUrl.UserName}");
5757
}
5858

5959
if (password != mangementApiUrl.Password)

0 commit comments

Comments
 (0)