oc-sogo: Use [e name] and [e reason] selectors

Signed-off-by: Kamen Mazdrashki <kmazdrashki@zentyal.com>
pull/49/head
Kamen Mazdrashki 2014-03-20 15:52:21 +01:00 committed by Julio García
parent cbe616358d
commit 2c94d21f3e
1 changed files with 1 additions and 1 deletions

View File

@ -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];