mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-03 17:13:16 +00:00
1. Updated global-tunnel properties
2. Updated error message to be more descriptive
This commit is contained in:
@@ -3816,8 +3816,8 @@ void MeshServer_ConnectEx(MeshAgentHostContainer *agent)
|
||||
}
|
||||
else
|
||||
{
|
||||
char *foo = duk_safe_to_string(agent->meshCoreCtx, -1);
|
||||
printf("%s\n", foo);
|
||||
const char *foo = duk_safe_to_string(agent->meshCoreCtx, -1);
|
||||
printf("AutoProxy Error: %s\n", foo);
|
||||
}
|
||||
duk_pop(agent->meshCoreCtx); // ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user