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
@@ -274,15 +289,15 @@ public async Task<Possible<IPlugin>> GetOrCreateAsync(PluginCreationArgument sta
274
289
}
275
290
else
276
291
{
277
-
Tracing.Logger.Log.PluginManagerErrorMessage(m_loggingContext,$"Two plugins({plugin.FilePath} and {alreadyRegisteredPlugin.FilePath}) can hanlde{pluginMessageType} that we don't suuport this scenario");
292
+
Tracing.Logger.Log.PluginManagerErrorMessage(m_loggingContext,$"Two plugins({plugin.FilePath} and {alreadyRegisteredPlugin.FilePath}) can handle{pluginMessageType}. This scenario is not currently supported.");
278
293
}
279
294
}
280
-
Tracing.Logger.Log.PluginManagerLogMessage(m_loggingContext,$"Supported Messagey Type for {plugin.Name} is {string.Join(",",messageType.Result)}");
295
+
Tracing.Logger.Log.PluginManagerLogMessage(m_loggingContext,$"Supported message types for {plugin.Name} is {string.Join(",",messageType.Result)}");
281
296
plugin.SupportedMessageType=messageType.Result;
282
297
}
283
298
else
284
299
{
285
-
Tracing.Logger.Log.PluginManagerLogMessage(m_loggingContext,$"Can't get supported message tyep for {plugin.Name}");
300
+
Tracing.Logger.Log.PluginManagerLogMessage(m_loggingContext,$"Can't get supported message types for {plugin.Name}");
0 commit comments