mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Change error message to warning for blank hostname
This commit is contained in:
@@ -80,7 +80,7 @@ namespace mRemoteNG.Connection
|
||||
{
|
||||
if (!ProtocolFeature.SupportBlankHostname(connectionInfo.Protocol))
|
||||
{
|
||||
Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, Language.ConnectionOpenFailedNoHostname);
|
||||
Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.ConnectionOpenFailedNoHostname);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -465,4 +465,4 @@ namespace mRemoteNG.Connection
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user