1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-09-28 14:30:51 +00:00

Dev: Downgrade 'no cldrName file exists for lang' to session.txt [#351]

This commit is contained in:
gnosygnu 2019-02-12 23:04:58 -05:00
parent b822997638
commit 81ea765714

View File

@ -44,7 +44,7 @@ public class Cldr_name_loader {
// get file
Io_url url = (Io_url)urls_hash.Get_by(lang_key);
if (url == null) {
Gfo_usr_dlg_.Instance.Note_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
Gfo_usr_dlg_.Instance.Log_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
return Cldr_name_file.Empty;
}