From 8054fd6d91422f8ff859e2696b10150bc02c998b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 13 Jul 2009 01:17:33 +0300 Subject: Update syntax in font load error message. --- font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font.c') diff --git a/font.c b/font.c index 0792b2e..f1cff09 100644 --- a/font.c +++ b/font.c @@ -72,7 +72,7 @@ const cFont *cText2SkinFont::Load(const string &Name, int Size) if (mFontCache.Load(Name, cachename, Size)) res = mFontCache.GetFont(cachename); else - esyslog("ERROR: Text2Skin: Couldn't load font %s:%d", Name.c_str(), Size); + esyslog("ERROR: Text2Skin: Couldn't load font %s@%d", Name.c_str(), Size); free(cachename); return res; } -- cgit v1.2.3