Fix skin engine error message

Change-Id: I2250be6d4e82cd5d91ed1a2c080e263dd7543129
This commit is contained in:
Jonathan Gordon 2012-08-06 10:35:22 +10:00
parent 1e7f606647
commit 7c31ff2fb0

View file

@ -1889,8 +1889,7 @@ static bool skin_load_fonts(struct wps_data *data)
if (font->id < 0)
{
DEBUGF("Unable to load font %d: '%s.fnt'\n",
font_id, font->name);
DEBUGF("Unable to load font %d: '%s'\n", font_id, font->name);
font->name = NULL; /* to stop trying to load it again if we fail */
success = false;
continue;