We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd14637 commit c8b18deCopy full SHA for c8b18de
src/HangFire.Azure.ServiceBusQueue/ServiceBusManager.cs
@@ -61,7 +61,7 @@ private static void CreateQueueIfNotExists(string prefixedQueue, NamespaceManage
61
{
62
if (options.CheckAndCreateQueues == false)
63
64
- Logger.Info($"Not checking for the existence of the queue {prefixedQueue}");
+ Logger.InfoFormat("Not checking for the existence of the queue {0}", prefixedQueue);
65
66
return;
67
}
0 commit comments