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:
Jonathan Gillaspie 2014-01-23 16:10:45 +00:00
parent b379b7ff5b
commit fd6955f139

View file

@ -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,