@ -151,7 +151,7 @@ public abstract class CommunicationProtocol : ICommunicationProtocol
else
{
this.logger.LogWarn($"'{nameof(Connect)}()' failed to connect to protocol, did not start reading thread.",nameof(CommunicationProtocol));
this.messenger.Send<IUserInterfaceMessage>(newGenericUserInterfaceMessage("Failed to connect to protocol, for more information please check logfile.",MessageImportance.High));
this.messenger.Send<IUserInterfaceMessage>(newGenericUserInterfaceMessage($"Failed to connect to '{this.GetProtocolAndInstanceIdentifier()}'. For more information please check logfile.",MessageImportance.High));