[gnome-chess] Print detected engines at debug verbosity level
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Print detected engines at debug verbosity level
- Date: Wed, 8 Jan 2014 03:15:37 +0000 (UTC)
commit a9d4d17fc546987eb1179587e5c31441533b5580
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Jan 7 21:14:45 2014 -0600
Print detected engines at debug verbosity level
src/gnome-chess.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 9357e15..e002bba 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -167,7 +167,7 @@ public class Application : Gtk.Application
ai_profiles = AIProfile.load_ai_profiles (Path.build_filename (SYSCONFDIR, "chess-engines.conf",
null));
foreach (var profile in ai_profiles)
- message ("Detected AI profile %s in %s", profile.name, profile.path);
+ debug ("Detected AI profile %s in %s", profile.name, profile.path);
autosave_filename = data_dir.get_path () + "/autosave.pgn";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]