|
|
|
@ -74,7 +74,7 @@ func showBoard(m chat1.MsgSummary, g *Game) {
@@ -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())") |
|
|
|
|
log.LogInfo("Creating board position (g.Game.Position().String()): %+v", g.Game.Pos) |
|
|
|
|
// create board position
|
|
|
|
|
fenStr := g.Game.Pos.String() |
|
|
|
|
log.LogInfo("Creating pos &chess.Position{}") |
|
|
|
|