aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIRApp.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-08-08 08:56:49 -0700
committerGravatar GitHub <noreply@github.com>2017-08-08 08:56:49 -0700
commit137d8ef93e475f045067fee9fb7af33c191ea898 (patch)
tree512b6a024ca799e2b803f89f2f50f05bf3887024 /Firebase/Core/FIRApp.m
parent969d3e79feeac5ec33fa122f69abc00a45c989fe (diff)
Wrong Bundle ID should be a visible error (#182)
Diffstat (limited to 'Firebase/Core/FIRApp.m')
-rw-r--r--Firebase/Core/FIRApp.m2
1 files changed, 1 insertions, 1 deletions
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 "