mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 08:07:07 +00:00
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:
parent
b9202c2dcd
commit
82aa173d3a
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue