Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-05-19 17:52:21 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2017-05-19 17:52:21 +0300
commitba1af913053c6f686f3023e14db0bdfdf68e210e (patch)
tree7b14ba3292c819271bcc5ef3e8cece678785bd3b
parent98d137d782270e257606932b0df24b88209f03f7 (diff)
Changed log level of pushwoosh token.
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 55a8138eaa..a3b9400169 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -574,7 +574,7 @@ using namespace osm_auth_ios;
- (void)applicationDidBecomeActive:(UIApplication *)application
{
LOG(LINFO, ("applicationDidBecomeActive - begin"));
- LOG(LINFO, ("Pushwoosh: ", [MWMPushNotifications pushToken].UTF8String));
+ LOG(LWARNING, ("Pushwoosh token: ", [MWMPushNotifications pushToken].UTF8String));
[self.mapViewController onGetFocus:YES];
[self handleURLs];
[[Statistics instance] applicationDidBecomeActive];