diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 12:22:08 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 12:22:08 +0200 |
commit | ee263d796f12de0a1d7ff1abddb4a1590843220c (patch) | |
tree | d40b62279638ce6ee7efe4558d4132c12c19c18f /FICS | |
parent | fb8ca140d3594ea9ec7e092707cb7b5ca16a879b (diff) |
Log error condition
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/matchproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 7b864de..1b1eab8 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -1081,6 +1081,8 @@ com_match(int p, param_list param) if (ctx.white >= 0) print_bughouse(p, p1, &ctx, colorstr); + else + warnx("%s: cannot print bughouse", __func__); } if (in_list(p, L_COMPUTER, parray[p].name)) { |