add log to setting store

This commit is contained in:
Benjamin Reis 2016-11-15 09:08:10 +01:00
parent 5eb3c7153d
commit 23725a42ac

View file

@ -868,6 +868,7 @@
} @catch (NSException *e) {
// may happen when application is terminated, since we are destroying the core
LOGI(@"Core probably already destroyed, cannot synchronize settings. Skipping.");
LOGI(e.debugDescription);
}
return NO;
}