[gnome-games] Fix typo in debug output



commit 38a57b283e9cd46e233766fe9c26d1491d3cc2e4
Author: Christian Persch <chpe gnome org>
Date:   Sun May 3 16:08:38 2009 +0200

    Fix typo in debug output
---
 libgames-support/games-sound.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libgames-support/games-sound.c b/libgames-support/games-sound.c
index 8e83cb2..996e28e 100644
--- a/libgames-support/games-sound.c
+++ b/libgames-support/games-sound.c
@@ -188,7 +188,7 @@ games_sound_canberra_play (const char *sound_name,
   }
 
   _games_debug_print (GAMES_DEBUG_SOUND,
-                      "libcanberra playing sound %s [sound_name %s]: %s\n",
+                      "libcanberra playing sound %s [file %s]: %s\n",
                       sound_name, path, ca_strerror (rv));
 
   g_free (path);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]