From c52dc4c72e06549663ebc7fb4bd8e455c659cee9 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Sat, 31 Oct 2020 00:21:00 -0400 Subject: [PATCH] Uh --- chess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess.go b/chess.go index a7968ba..39917d4 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.Pos) + log.LogInfo("Creating board position (g.Game.Position().String()): %+v", g.Game) // create board position fenStr := g.Game.Pos.String() log.LogInfo("Creating pos &chess.Position{}")