summaryrefslogtreecommitdiff
path: root/accel-pptpd/extra
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-10-08 20:32:09 +0400
committerDmitry Kozlov <xeb@mail.ru>2010-10-08 20:32:09 +0400
commitd4876bd244d70a9cc6c1d5f4e4de23552c5ff4da (patch)
treedf5e24e8ead4f7e98e7a3b90aaf3d18224a65aaf /accel-pptpd/extra
parent42972cf14d2efcfec6902bce896cde43f4242935 (diff)
downloadaccel-ppp-xebd-d4876bd244d70a9cc6c1d5f4e4de23552c5ff4da.tar.gz
accel-ppp-xebd-d4876bd244d70a9cc6c1d5f4e4de23552c5ff4da.zip
fixed some incorrect logging
Diffstat (limited to 'accel-pptpd/extra')
-rw-r--r--accel-pptpd/extra/pppd_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/extra/pppd_compat.c b/accel-pptpd/extra/pppd_compat.c
index 8dd3502..ad0da57 100644
--- a/accel-pptpd/extra/pppd_compat.c
+++ b/accel-pptpd/extra/pppd_compat.c
@@ -218,7 +218,7 @@ static void ev_radius_coa(struct ev_radius_t *ev)
sigchld_register_handler(&pd->ip_change_hnd);
sigchld_unlock();
if (conf_verbose)
- log_ppp_debug("pppd_compat: ip-change started (pid %i)\n", pid);
+ log_ppp_info("pppd_compat: ip-change started (pid %i)\n", pid);
triton_context_schedule(pd->ppp->ctrl->ctx);
if (!ev->res)
ev->res = pd->ip_change_res;