Skip to content

Commit 424eae5

Browse files
committed
Azure Service Bus namespace
1 parent e68e0a5 commit 424eae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceControl.Transports.ASBS/AzureQuery.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ protected override void InitializeCore(ReadOnlyDictionary<string, string> settin
5656
{
5757
// Extract ServiceBus name from connection string
5858
serviceBusName = ExtractServiceBusName();
59-
logger.LogInformation("ServiceBus name extracted from connection string");
60-
Diagnostics.AppendLine($"ServiceBus name not set, defaulted to \"{serviceBusName}\"");
59+
logger.LogInformation("Azure Service Bus namespace name extracted from connection string");
60+
Diagnostics.AppendLine($"Azure Service Bus namespace not set, defaulted to \"{serviceBusName}\"");
6161
}
6262
else
6363
{
64-
Diagnostics.AppendLine($"ServiceBus name set to \"{serviceBusName}\"");
64+
Diagnostics.AppendLine($"Azure Service Bus namespace set to \"{serviceBusName}\"");
6565
}
6666

6767
if (!settings.TryGetValue(AzureServiceBusSettings.SubscriptionId, out string? subscriptionId))

0 commit comments

Comments
 (0)