Skip to content

Commit

Permalink
Degrade debugging log to avoid confusion over warning
Browse files Browse the repository at this point in the history
Summary:
To avoid unnecessary confusion caused by the warning here. Context https://fb.workplace.com/groups/rn.support/permalink/24454205640868054/

Changelog:
[Internal][Changed] - Degrade debugging log to avoid confusion

Reviewed By: genkikondo

Differential Revision: D44293359

fbshipit-source-id: 55480e6c9d04f56308f4320045e18a99ad111fa6
  • Loading branch information
Lulu Wu authored and facebook-github-bot committed Mar 23, 2023
1 parent 308838c commit 928f4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void initializeWithInstance(CatalystInstance catalystInstance) {

/** Initialize message queue threads using a ReactQueueConfiguration. */
public synchronized void initializeMessageQueueThreads(ReactQueueConfiguration queueConfig) {
FLog.w(TAG, "initializeMessageQueueThreads() is called.");
FLog.d(TAG, "initializeMessageQueueThreads() is called.");
if (mUiMessageQueueThread != null
|| mNativeModulesMessageQueueThread != null
|| mJSMessageQueueThread != null) {
Expand Down

0 comments on commit 928f4fb

Please sign in to comment.