Expanded a mapserver's debug message in its interserver parsing function.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12094 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
660bb1e515
commit
25fbe01a75
@ -1260,8 +1260,8 @@ int chrif_parse(int fd)
|
|||||||
if (r == 1) continue; // intifで処理した
|
if (r == 1) continue; // intifで処理した
|
||||||
if (r == 2) return 0; // intifで処理したが、データが足りない
|
if (r == 2) return 0; // intifで処理したが、データが足りない
|
||||||
|
|
||||||
|
ShowWarning("chrif_parse: session #%d, intif_parse failed (unrecognized command 0x%.4x).\n", fd, cmd);
|
||||||
set_eof(fd);
|
set_eof(fd);
|
||||||
ShowWarning("chrif_parse: session #%d, intif_parse failed -> disconnected.\n", fd);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user