]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lwip/src/core/memp.c
Commit GDB patch from Jacob Potter.
[netwatch.git] / lwip / src / core / memp.c
index 0ef283999c0b1897a2cda7676cf067468429a694..cce0892543d7006c982a9da8af621e3f8b1abcd9 100644 (file)
@@ -325,7 +325,7 @@ memp_malloc_fn(memp_t type, const char* file, const int line)
                 ((mem_ptr_t)memp % MEM_ALIGNMENT) == 0);
     memp = (struct memp*)((u8_t*)memp + MEMP_SIZE);
   } else {
-    LWIP_DEBUGF(MEMP_DEBUG | 2, ("memp_malloc: out of memory in pool %s\n", memp_desc[type]));
+    LWIP_DEBUGF(MEMP_DEBUG | 2, ("memp_malloc: OOM in pool %s\n", memp_desc[type]));
 #if MEMP_STATS
     ++lwip_stats.memp[type].err;
 #endif /* MEMP_STATS */
This page took 0.022372 seconds and 4 git commands to generate.