mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Headers and funcs for NeXT_RUNTIME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aebbf39616
commit
3e68ec5016
10 changed files with 57 additions and 10 deletions
|
@ -82,9 +82,9 @@ static NSString *dict_key = @"_NSAssertionHandler";
|
|||
va_start(ap, format);
|
||||
message =
|
||||
[NSString
|
||||
stringWithFormat: @"%@:%d Assertion failed in %s, method %s. %@",
|
||||
fileName, line, object_get_class_name(object), sel_get_name(aSelector),
|
||||
format];
|
||||
stringWithFormat: @"%@:%d Assertion failed in %@, method %@. %@",
|
||||
fileName, line, NSStringFromClass([object class]),
|
||||
NSStringFromSelector(aSelector), format];
|
||||
NSLogv(message, ap);
|
||||
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue