increase Loc.GetString log level to warning (#6361)

* increase loglevel to warning

* add release notes

---------

Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
This commit is contained in:
slarticodefast
2025-12-31 19:49:05 +01:00
committed by GitHub
parent dd41a7ce44
commit de2dafe507
3 changed files with 6 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ END TEMPLATE-->
### Other
*None yet*
ILocalizationManager.GetString now logs a warning when failing to find a string. In cases where you expect this to happen use TryGetString instead.
### Internal