From cff8d92b5f125330be50d3c61c7d4288b6705faf Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Mon, 21 Mar 2005 23:11:48 +0000 Subject: [PATCH] Add more info to log message git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20953 72102866-910b-0410-8b05-ffd578937521 --- Source/art/blit.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/art/blit.m b/Source/art/blit.m index dc7de6e..2d2a261 100644 --- a/Source/art/blit.m +++ b/Source/art/blit.m @@ -1924,7 +1924,7 @@ void artcontext_setup_draw_info(draw_info_t *di, *di = draw_infos[DI_FALLBACK]; if (di->how == DI_FALLBACK) { - NSLog(@"Unrecognized color masks: %08x:%08x:%08x %i", + NSLog(@"gnustep-back(art): Unrecognized color masks: %08x:%08x:%08x %i", red_mask, green_mask, blue_mask, bpp); NSLog(@"Please report this along with details on your pixel format " @"(ie. the four numbers above) to bug-gnustep@gnu.org."