NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
4:fd826cad83c0
Parent:
0:632c9925f013
--- a/lwip/netif/ppp/md5.c	Fri Jun 18 10:38:57 2010 +0000
+++ b/lwip/netif/ppp/md5.c	Fri Jul 09 14:46:47 2010 +0000
@@ -138,8 +138,8 @@
   unsigned int i, ii;
 
 #if 0
-  PPPDEBUGLOG_INFO, ("MD5Update: %u:%.*H\n", inLen, MIN(inLen, 20) * 2, inBuf);
-  PPPDEBUGLOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf);
+  PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf));
+  PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf));
 #endif
   
   /* compute number of bytes mod 64 */