mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-24 00:20:57 +00:00
Switch monitor logging to Debug level
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@37630 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b379b7ff5b
commit
fd6955f139
1 changed files with 3 additions and 2 deletions
|
@ -416,8 +416,9 @@ BOOL CALLBACK LoadDisplayMonitorInfo(HMONITOR hMonitor,
|
|||
infoFrame.origin.y = mainRect.bottom - infoRect.bottom;
|
||||
[infoMon setFrame:infoFrame];
|
||||
}
|
||||
|
||||
NSLog(@"screen %ld - hMon: %ld hdc: %p frame:top:%ld left:%ld right:%ld bottom:%ld frame:x:%f y:%f w:%f h:%f\n",
|
||||
|
||||
|
||||
NSDebugLog(@"screen %ld - hMon: %ld hdc: %p frame:top:%ld left:%ld right:%ld bottom:%ld frame:x:%f y:%f w:%f h:%f\n",
|
||||
[monitors count], (long)hMonitor, hdcMonitor,
|
||||
lprcMonitor->top, lprcMonitor->left,
|
||||
lprcMonitor->right, lprcMonitor->bottom,
|
||||
|
|
Loading…
Reference in a new issue