diff --git a/Riot/AppDelegate.m b/Riot/AppDelegate.m index d91bc48c2..8701f58fb 100644 --- a/Riot/AppDelegate.m +++ b/Riot/AppDelegate.m @@ -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.