Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
MXKAccount: launchInitialServerSync. Log the sync error in order to t…
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Oct 12, 2018
1 parent 057dded commit 9273fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatrixKit/Models/Account/MXKAccount.m
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ - (void)launchInitialServerSync
} failure:^(NSError *error) {
MXStrongifyAndReturnIfNil(self);

NSLog(@"[MXKAccount] Initial Sync failed");
NSLog(@"[MXKAccount] Initial Sync failed. Error: %@", error);
if (self->notifyOpenSessionFailure && error)
{
// Notify MatrixKit user only once
Expand Down

0 comments on commit 9273fe3

Please sign in to comment.