Author: adrian
Date: Sat Jan 30 11:29:39 2010
New Revision: 8429

URL: http://svn.slimdevices.com/jive?rev=8429&view=rev
Log:
Bug: 15561
Description: don't display the problem string in the logging message

Modified:
    7.5/trunk/squeezeplay/src/squeezeplay/src/ui/jive_font.c

Modified: 7.5/trunk/squeezeplay/src/squeezeplay/src/ui/jive_font.c
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/src/ui/jive_font.c?rev=8429&r1=8428&r2=8429&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/src/ui/jive_font.c (original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/src/ui/jive_font.c Sat Jan 30 
11:29:39 2010
@@ -246,7 +246,7 @@
        srf = TTF_RenderUTF8_Blended(font->ttf, str, clr);
 
        if (!srf) {
-               LOG_ERROR(log_ui_draw, "render returned error: %s for string: 
%s\n", TTF_GetError(), str);
+               LOG_ERROR(log_ui_draw, "render returned error: %s\n", 
TTF_GetError());
        }
 
 #if 0

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to