trivial: log debug statement with g_debug()

This commit is contained in:
Michael Catanzaro 2014-01-07 18:49:10 -06:00
parent a2fa4c7146
commit 70ee220886

View file

@ -138,7 +138,7 @@ public abstract class ChessEngine : Object
if (status == IOStatus.EOF)
{
stdout.printf ("EOF\n");
debug ("EOF");
return false;
}
if (status == IOStatus.NORMAL)