mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:10:38 +00:00
Document. Fix up NSDebugLogs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31a22a7150
commit
356a824ea8
24 changed files with 199 additions and 159 deletions
|
@ -570,7 +570,8 @@ static NSTextFieldCell *titleCell;
|
|||
// if unable to find a cell whose title matches aStr return NO
|
||||
if (found == NO)
|
||||
{
|
||||
NSDebugLog (@"NSBrowser: unable to find cell '%@' in column %d\n",
|
||||
NSDebugLLog (@"NSBrowser",
|
||||
@"unable to find cell '%@' in column %d\n",
|
||||
aStr, column + i);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue