--- deliantra/server/socket/request.C 2007/07/01 05:00:20 1.112 +++ deliantra/server/socket/request.C 2007/07/02 02:29:34 1.113 @@ -513,7 +513,7 @@ { if (len <= 6) { - LOG (llevDebug, "Corrupt ncom command <%s> not long enough - discarding\n", buf); + LOG (llevDebug, "%s: corrupt ncom command <%s>: not long enough (%d) - discarding\n", pl->ns->host, buf, len); return; }