From 8d3554983853b56fb3cecb3757044d8d7b987ff4 Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Mon, 21 Mar 2005 22:04:05 +0000 Subject: [PATCH] * Source/art/blit.m (artcontext_setup_draw_info): Add mail address to log message. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20943 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/art/blit.m | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 680c46a..e32b852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-21 Adam Fedor + + * Source/art/blit.m (artcontext_setup_draw_info): Add mail address + to log message. + 2005-02-23 Luis Cabellos * Source/win32/WIN32Server.m: Use new run loop api under mingw32 diff --git a/Source/art/blit.m b/Source/art/blit.m index 4506eb2..dc7de6e 100644 --- a/Source/art/blit.m +++ b/Source/art/blit.m @@ -1926,10 +1926,9 @@ void artcontext_setup_draw_info(draw_info_t *di, { NSLog(@"Unrecognized color masks: %08x:%08x:%08x %i", red_mask, green_mask, blue_mask, bpp); - // NSLog(@"Attempting to use fallback code (currently unimplemented). This will be _very_ slow!"); NSLog(@"Please report this along with details on your pixel format " - @"(ie. the four numbers above). (Or better yet, implement it " - @"and send me a patch.)"); + @"(ie. the four numbers above) to bug-gnustep@gnu.org." + @"Better: implement it and send a patch.)"); exit(1); }