at otp_src_R12B-3/erts/epmd/src --- epmd_srv.c 2008-04-07 22:57:44.000000000 +0900 +++ epmd_srv.c.new 2008-07-21 16:05:08.000000000 +0900 @@ -790,7 +790,7 @@ if (connections == NULL) { - dbg_printf(g,0,"empd: Insufficient memory"); + dbg_printf(g,0,"epmd: Insufficient memory"); #ifdef DONT_USE_MAIN free(g->argv); #endif @@ -842,7 +842,7 @@ s->buf = (char *)malloc(INBUF_SIZE); if (s->buf == NULL) { - dbg_printf(g,0,"empd: Insufficient memory"); + dbg_printf(g,0,"epmd: Insufficient memory"); close(fd); return EPMD_FALSE; } @@ -1085,7 +1085,7 @@ { if ((node = (Node *)malloc(sizeof(Node))) == NULL) { - dbg_printf(g,0,"empd: Insufficient memory"); + dbg_printf(g,0,"epmd: Insufficient memory"); exit(1); }