summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 2256c6f4..f84aa519 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -384,6 +384,10 @@ search_board(void)
FreeNameList();
toplev = NULL;
+#ifdef DEBUG
+ vmsg(genbuf);
+#endif
+
for (num = 0; num < brdnum; num++)
if (!strcasecmp(B_BH(&nbrd[num])->brdname, genbuf))
return num;