From 02e8d4cb8a274e4f886a8452494ff7847bc42210 Mon Sep 17 00:00:00 2001 From: Giom Foret Date: Thu, 19 Oct 2017 10:08:59 +0200 Subject: [PATCH] Fix compilation error --- Riot/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.