Fix compilation error

This commit is contained in:
Giom Foret
2017-10-19 10:08:59 +02:00
parent 716bcd6759
commit 02e8d4cb8a
+1 -1
View File
@@ -1098,7 +1098,7 @@ NSString *const kAppDelegateNetworkStatusDidChangeNotification = @"kAppDelegateN
}
else
{
NSLog(@"[AppDelegate] didReceiveIncomingPushWithPayload - Unexpected payload %@", dictionaryPayload);
NSLog(@"[AppDelegate] didReceiveIncomingPushWithPayload - Unexpected payload %@", payload.dictionaryPayload);
}
// Handle the local notifications by triggering a background sync.