mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-13 23:45:27 +00:00
oc-sogo: Use [e name] and [e reason] selectors
Signed-off-by: Kamen Mazdrashki <kmazdrashki@zentyal.com>
This commit is contained in:
committed by
Julio García
parent
cbe616358d
commit
2c94d21f3e
@@ -74,7 +74,7 @@ static enum mapistore_error
|
||||
sogo_backend_handle_objc_exception(NSException *e, const char *fn_name, const int line_no)
|
||||
{
|
||||
NSLog(@"[SOGo: %s:%d] - EXCEPTION: %@, reason: %@, backtrace: %@",
|
||||
fn_name, line_no, e.name, e.reason, [e callStackSymbols]);
|
||||
fn_name, line_no, [e name], [e reason], [e callStackSymbols]);
|
||||
if (![e callStackSymbols])
|
||||
{
|
||||
void *frames[128];
|
||||
|
||||
Reference in New Issue
Block a user