debug logfile update

This commit is contained in:
Joseph Henry
2016-06-29 14:05:58 -07:00
parent dbaddd386d
commit 5ebdef054a
6 changed files with 38 additions and 12 deletions

View File

@@ -93,8 +93,7 @@ char *api_netpath;
void load_symbols()
{
dwr(MSG_DEBUG,"load_symbols\n");
dwr(MSG_DEBUG_EXTRA,"load_symbols\n");
#if defined(__linux__)
realaccept4 = dlsym(RTLD_NEXT, "accept4");
#if !defined(__ANDROID__)
@@ -115,7 +114,6 @@ char *api_netpath;
realrecvfrom = (int(*)(RECVFROM_SIG))dlsym(RTLD_NEXT, "recvfrom");
realrecvmsg = (int(*)(RECVMSG_SIG))dlsym(RTLD_NEXT, "recvmsg");
#endif
dwr(MSG_DEBUG,"complete\n");
}
// ------------------------------------------------------------------------------