File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,9 @@ + (void)load {
228228 } else {
229229 if (appDelegateClassName) { // Key is present but value is invalid (e.g., empty string or
230230 // wrong type).
231- if (GetLogLevel () <= kLogLevelDebug )
232- NSLog (@" Firebase Warning: Info.plist key '%@ ' has an invalid value ('%@ '). Proceeding "
233- @" with default swizzling." ,
234- kFirebaseAppDelegateClassNameKey , appDelegateClassName);
231+ NSLog (@" Firebase Error: Info.plist key '%@ ' has an invalid value ('%@ '). Proceeding "
232+ @" with default swizzling." ,
233+ kFirebaseAppDelegateClassNameKey , appDelegateClassName);
235234 } else { // Key is not present.
236235 // This is the default case, no special logging needed here beyond the swizzling log itself.
237236 }
You can’t perform that action at this time.
0 commit comments