mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Make log for bad palette a debug level log
This commit is contained in:
parent
608ecef8e4
commit
6147fd5859
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ static NSImage *dragImage = nil;
|
|||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"Bad palette selection - %d", (int)[anObj selectedColumn]);
|
||||
NSDebugLog(@"Bad palette selection - %d", (int)[anObj selectedColumn]);
|
||||
current = -1;
|
||||
}
|
||||
[dragView setNeedsDisplay: YES];
|
||||
|
|
Loading…
Reference in a new issue