mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-03 09:03:48 +00:00
fixed typo in printf error message
This commit is contained in:
@@ -2674,7 +2674,7 @@ void MeshServer_ConnectEx(MeshAgentHostContainer *agent)
|
||||
{
|
||||
meshServer.sin6_family = AF_UNSPEC;
|
||||
ILibRemoteLogging_printf(ILibChainGetLogger(agent->chain), ILibRemoteLogging_Modules_Agent_GuardPost, ILibRemoteLogging_Flags_VerbosityLevel_1, "agentcore: Could not resolve: %s", ILibScratchPad);
|
||||
printf("agentcore: Could not resolve: %s\n", ILibScratchPad);
|
||||
printf("agentcore: Could not resolve: %s\n", host);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user