diff options
| author | 崔一鸣 <[email protected]> | 2018-12-18 21:53:43 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2018-12-18 21:53:43 +0800 |
| commit | dd2f434ce4722e419b73066d4221b41c2dad6349 (patch) | |
| tree | 3c0ce2d766e956e2d3791ade177bfe5b5751436e /access/src | |
| parent | bcb8fc0e3eadcb7879e716e6eee00f1381a6deb7 (diff) | |
修改vpn_monitor中dhcp错误时的日志级别1.1.2
Diffstat (limited to 'access/src')
| -rw-r--r-- | access/src/vpn_monitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/access/src/vpn_monitor.cpp b/access/src/vpn_monitor.cpp index b61c9a6..a4c8b44 100644 --- a/access/src/vpn_monitor.cpp +++ b/access/src/vpn_monitor.cpp @@ -178,7 +178,7 @@ static void get_ip2user_by_vpncmd(struct vpn_monitor_handle *handle) uint32_t _ip = inet_network(ip); if(_ip == INADDR_NONE) { - MGW_LOG_ERROR(handle->logger, "Invalid dhcp_ip: %s", ip); + MGW_LOG_INFO(handle->logger, "Invalid dhcp_ip: %s", ip); FREE(&user_name); continue; } |
