From 69a133969bf0aaaa64a928403ade8f1dc88a7ae0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 16 Aug 2015 23:12:20 +0100 Subject: Make the logging when opening outline fonts on OS3 a little more obvious. --- amiga/os3support.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/os3support.c b/amiga/os3support.c index cea466c94..9e50d1a57 100644 --- a/amiga/os3support.c +++ b/amiga/os3support.c @@ -67,7 +67,7 @@ struct OutlineFont *OpenOutlineFont(STRPTR fileName, struct List *list, ULONG fl /*\todo we should be opening the .font file too and checking * for the magic bytes to indicate this is an outline font. */ - LOG("Unable to open %s", otagpath); + LOG("Unable to open OTAG %s", otagpath); FreeVec(otagpath); return NULL; } @@ -114,7 +114,7 @@ struct OutlineFont *OpenOutlineFont(STRPTR fileName, struct List *list, ULONG fl BulletBase = OpenLibrary(fname, 0L); if(BulletBase == NULL) { - LOG("Unable to open %s", fname); + LOG("Unable to open font engine %s", fname); FreeVec(buffer); FreeVec(fname); FreeVec(otagpath); -- cgit v1.2.3