Skip to content

Commit

Permalink
chore: null EditorSettings is usually not considered as an warning in…
Browse files Browse the repository at this point in the history
… play mode
  • Loading branch information
ialex32x committed Sep 14, 2024
1 parent eb896d8 commit 9def6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jsb_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace jsb::internal
}
else
{
JSB_LOG(Warning, "EditorSettings is not available for %s", jsb_typename(jsb::internal::Settings));
JSB_LOG(Verbose, "EditorSettings is not available when initialising %s", jsb_typename(jsb::internal::Settings));
}
}
// check before read to avoid redundant warnings
Expand Down

0 comments on commit 9def6ff

Please sign in to comment.