From 137d8ef93e475f045067fee9fb7af33c191ea898 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 8 Aug 2017 08:56:49 -0700 Subject: Wrong Bundle ID should be a visible error (#182) --- Firebase/Core/FIRApp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firebase/Core/FIRApp.m') diff --git a/Firebase/Core/FIRApp.m b/Firebase/Core/FIRApp.m index db2915d..3f0e549 100644 --- a/Firebase/Core/FIRApp.m +++ b/Firebase/Core/FIRApp.m @@ -400,7 +400,7 @@ static FIRApp *sDefaultApp; // backward compatibility. if (expectedBundleID != nil && ![FIRBundleUtil hasBundleIdentifier:expectedBundleID inBundles:bundles]) { - FIRLogInfo(kFIRLoggerCore, @"I-COR000008", + FIRLogError(kFIRLoggerCore, @"I-COR000008", @"The project's Bundle ID is inconsistent with " @"either the Bundle ID in '%@.%@', or the Bundle ID in the options if you are " @"using a customized options. To ensure that everything can be configured " -- cgit v1.2.3