]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Fixed compilation of debug log code (that is currently commented out)
authorgoldsimon <goldsimon>
Fri, 2 Apr 2010 16:17:51 +0000 (16:17 +0000)
committergoldsimon <goldsimon>
Fri, 2 Apr 2010 16:17:51 +0000 (16:17 +0000)
src/netif/ppp/md5.c

index 113370ded56920776fbe44964aae73e2f910f655..3cb69e2b0653be8f16e4bea9dc2a0bc8c7044f08 100644 (file)
@@ -138,8 +138,8 @@ MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen)
   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 */