Hi,

I have turned off PPP_DEBUG and LWIP_DEBUG 0.

I can see in netif/ppp/lcp.c and netif/ppp/ppp_input that ppp_dbglog is used 
instead of LCPDEBUG.

It looks like they need to be changed to LCPDEBUG to silence the debug and not 
call ppp_logit.

void ppp_dbglog(const char *fmt, ...);    /* log a debug message */
void ppp_info(const char *fmt, ...);      /* log an informational message */
void ppp_notice(const char *fmt, ...);    /* log a notice-level message */
void ppp_warn(const char *fmt, ...);      /* log a warning message */
void ppp_error(const char *fmt, ...);     /* log an error message */
void ppp_fatal(const char *fmt, ...);     /* log an error message and die(1) */


Nikolas
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to