1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Convert 'App - Debug'

This commit is contained in:
gnosygnu
2016-12-15 09:45:58 -05:00
parent 5fbf168fb7
commit 5073db8044
10 changed files with 30 additions and 52 deletions

View File

@@ -71,7 +71,7 @@ public class Xocfg_cache_mgr {
// get data from db
Xocfg_itm_row meta_itm = db_app.Tbl__itm().Select_by_key_or_null(key);
if (meta_itm == null) {
Gfo_usr_dlg_.Instance.Warn_many("", "", "cfg:grp not found; key=~{0}", key);
Gfo_usr_dlg_.Instance.Warn_many("", "", "cfg:itm not found; key=~{0}", key);
return new Xocfg_cache_grp(key, "");
}
Xocfg_val_row[] itms = db_usr.Tbl__val().Select_all(meta_itm.Key());