mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 17:00:52 +00:00
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
This commit is contained in:
parent
8d35549838
commit
cff8d92b5f
1 changed files with 1 additions and 1 deletions
|
@ -1924,7 +1924,7 @@ void artcontext_setup_draw_info(draw_info_t *di,
|
||||||
*di = draw_infos[DI_FALLBACK];
|
*di = draw_infos[DI_FALLBACK];
|
||||||
if (di->how == 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);
|
red_mask, green_mask, blue_mask, bpp);
|
||||||
NSLog(@"Please report this along with details on your pixel format "
|
NSLog(@"Please report this along with details on your pixel format "
|
||||||
@"(ie. the four numbers above) to bug-gnustep@gnu.org."
|
@"(ie. the four numbers above) to bug-gnustep@gnu.org."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue