mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
fix log format
This commit is contained in:
parent
3862e5a4e2
commit
be8e42af1b
2
main.cpp
2
main.cpp
@ -1787,7 +1787,7 @@ int main(int argc, char *argv[])
|
||||
#else
|
||||
{
|
||||
//strncpy(remote_ip,remote_address,sizeof(remote_ip)-1);
|
||||
mylog(log_info,"remote_ip=[%s], make sure this is a vaild IP address",remote_ip);
|
||||
mylog(log_info,"remote_ip=[%s], make sure this is a vaild IP address\n",remote_ip);
|
||||
strcpy(remote_ip,remote_address);
|
||||
remote_ip_uint32=inet_addr(remote_ip);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user