mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Add more info to debug when insert or addView methods are called
This commit is contained in:
parent
a2b48d2103
commit
2fe5ce8056
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
|||
break;
|
||||
default:
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Attempt insert view %@ to unknown gravity.", view];
|
||||
format: @"Attempt insert view %@ at index %ld to unknown gravity.", view, index];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue