1
0
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:
Bryan Roe
2019-01-17 19:04:20 -08:00
parent 96a76d7a2e
commit 9a6e4af874

View File

@@ -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