diff options
| author | Dmitry Kozlov <xeb@mail.ru> | 2010-10-08 20:32:09 +0400 |
|---|---|---|
| committer | Dmitry Kozlov <xeb@mail.ru> | 2010-10-08 20:32:09 +0400 |
| commit | d4876bd244d70a9cc6c1d5f4e4de23552c5ff4da (patch) | |
| tree | df5e24e8ead4f7e98e7a3b90aaf3d18224a65aaf /accel-pptpd/extra | |
| parent | 42972cf14d2efcfec6902bce896cde43f4242935 (diff) | |
| download | accel-ppp-d4876bd244d70a9cc6c1d5f4e4de23552c5ff4da.tar.gz accel-ppp-d4876bd244d70a9cc6c1d5f4e4de23552c5ff4da.zip | |
fixed some incorrect logging
Diffstat (limited to 'accel-pptpd/extra')
| -rw-r--r-- | accel-pptpd/extra/pppd_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/extra/pppd_compat.c b/accel-pptpd/extra/pppd_compat.c index 8dd35028..ad0da57c 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; |
