diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index fa0f4529e..c5ee538ea 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -1260,8 +1260,8 @@ int chrif_parse(int fd) if (r == 1) continue; // 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); - ShowWarning("chrif_parse: session #%d, intif_parse failed -> disconnected.\n", fd); return 0; } |