Skip to content

Commit

Permalink
Record startup log for featurecat#756 even when printCommunication is…
Browse files Browse the repository at this point in the history
… not set
  • Loading branch information
Hiraoka committed Sep 26, 2020
1 parent aa7a276 commit 22685a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public List<MoveData> parseInfoKatago(String line) {
*/
private void parseLine(String line) {
synchronized (this) {
if (printCommunication || gtpConsole) {
if (printCommunication || gtpConsole || !isLoaded) {
Lizzie.gtpConsole.addLine(line);
}
if (line.startsWith("komi=")) {
Expand Down

0 comments on commit 22685a7

Please sign in to comment.