KEIS

Fork of lwip by mbed official

Revision:
14:6f5eba4163ea
Parent:
11:91a59b58ce8d
--- a/netif/ppp/pap.c	Sat Sep 28 15:58:36 2013 +0000
+++ b/netif/ppp/pap.c	Sat Sep 28 16:11:28 2013 +0000
@@ -218,7 +218,7 @@
         u->us_unit, u->us_timeouttime, u->us_clientstate));
 
   if (u->us_clientstate != UPAPCS_AUTHREQ) {
-    UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n"));
+	UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n"));
     return;
   }