From c8ea453f71c3edc8881171fdd22495b92910c2de Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Sat, 31 Oct 2020 00:21:46 -0400 Subject: [PATCH] Uh --- chess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess.go b/chess.go index 39917d4..e86c143 100644 --- a/chess.go +++ b/chess.go @@ -74,7 +74,7 @@ func showBoard(m chat1.MsgSummary, g Game) { if err != nil { log.LogError(fmt.Sprintf("Error in ShowBoard os.Create: %+v\n", err)) } - log.LogInfo("Creating board position (g.Game.Position().String()): %+v", g.Game) + log.LogInfo("Creating board position (g.Game.Position().String()): %+v", g.ConvID) // create board position fenStr := g.Game.Pos.String() log.LogInfo("Creating pos &chess.Position{}")