Switch XIB cursor logs to Debug level

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37631 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jonathan Gillaspie 2014-01-23 16:13:37 +00:00
parent 3860611cea
commit a139d7094a
4 changed files with 5 additions and 3 deletions

View file

@ -1730,7 +1730,7 @@ static NSSize GSResolutionOfImageRep(NSImageRep *rep)
else if ([[tmp absoluteString] rangeOfString:@"/Xcode.app/"].length > 0
|| [[tmp absoluteString] rangeOfString:@"/DVTKit.framework/"].length > 0)
{
NSLog (@"WARNING: Decoding image with absolute path %@."
NSDebugLog (@"WARNING: Decoding image with absolute path %@."
@" Xcode may have inserted this in your XIB and the"
@" image may not be available in the app's resources"
, [tmp absoluteString]);