diff --git a/src/d_net.c b/src/d_net.c index 7e16297b..6702a60a 100644 --- a/src/d_net.c +++ b/src/d_net.c @@ -904,7 +904,7 @@ static void DebugPrintpacket(const char *header) (UINT32)ExpandTics (netbuffer->u.clientpak.resendfrom)); break; case PT_BASICKEEPALIVE: - fprintf(debugfile, " wipetime\n"); + fprintf(debugfile, " keep alive\n"); break; case PT_TEXTCMD: case PT_TEXTCMD2: