Skip to content

Commit

Permalink
Back ported log error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsuciu committed Jan 20, 2022
1 parent c3541ca commit 3574d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stack/Opc.Ua.Core/Stack/Server/ServerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ protected string NormalizeHostname(string hostname)
}
catch (System.Net.Sockets.SocketException e)
{
Utils.LogError(e, "Unable to check aliases for hostname {0}.", computerName);
Utils.Trace(e, "Unable to check aliases for hostname {0}.", computerName);
}

if (entry != null)
Expand Down

0 comments on commit 3574d17

Please sign in to comment.