From 01d6e77d547e1476a6527f2268407a4f015bd3f2 Mon Sep 17 00:00:00 2001 From: Jean-loup Gailly Date: Wed, 10 Mar 2010 23:45:00 +0100 Subject: [PATCH] Display the ownermap also for the distributed slave. --- gtp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtp.c b/gtp.c index 5cfb2c9..4500352 100644 --- a/gtp.c +++ b/gtp.c @@ -255,6 +255,9 @@ gtp_parse(struct board *board, struct engine *engine, struct time_info *ti, char char *reply = engine->genmoves(engine, board, &ti[color], color, !strcasecmp(cmd, "pachi-genmoves_cleanup")); if (DEBUGL(2)) fprintf(stderr, "proposing moves %s\n", reply); + if (DEBUGL(1)) { + board_print_custom(board, stderr, engine->printhook); + } gtp_reply(id, reply, NULL); /* See "genmove" above about time management. */ -- 2.11.4.GIT