[gnome-chess] trivial: log debug statement with g_debug()
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] trivial: log debug statement with g_debug()
- Date: Wed, 8 Jan 2014 01:10:10 +0000 (UTC)
commit 70ee2208862816e861bc838b2018fae32b8d1c30
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Jan 7 18:49:10 2014 -0600
trivial: log debug statement with g_debug()
src/chess-engine.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/chess-engine.vala b/src/chess-engine.vala
index c0911a5..4791b29 100644
--- a/src/chess-engine.vala
+++ b/src/chess-engine.vala
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]