Change NSLog to NSDebugLLog.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2002-08-28 14:02:59 +00:00
parent b9202c2dcd
commit 82aa173d3a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-08-28 16:01 Alexander Malmberg <alexander@malmberg.org>
* Source/art/blit.m (artcontext_setup_draw_info): Change NSLog to
NSDebugLLog.
2002-08-28 13:29 Alexander Malmberg <alexander@malmberg.org>
* Source/art/ftfont.m: Make the filters used in subpixel rendering

View file

@ -1655,7 +1655,7 @@ void artcontext_setup_draw_info(draw_info_t *di,
if (!gamma)
gamma = 1.4;
NSLog(@"gamma=%g",gamma);
NSDebugLLog(@"back-art",@"gamma=%g",gamma);
gamma = 1.0 / gamma;