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

Dev: Log page url not page ttl when missing wikidata doc [#351]

This commit is contained in:
gnosygnu 2019-02-10 09:05:31 -05:00
parent e80dfc6adc
commit 78e8db95b9

View File

@ -195,6 +195,6 @@ public class Wdata_wiki_mgr implements Gfo_evt_itm, Gfo_invk {
return false;
}
public static void Log_missing_qid(Xop_ctx ctx, byte[] qid) {
ctx.Wiki().Appe().Usr_dlg().Log_many("", "", "qid not found in wikidata; qid=~{0} page=~{1}", String_.new_u8(qid), String_.new_u8(ctx.Page().Ttl().Page_db()));
ctx.Wiki().Appe().Usr_dlg().Log_many("", "", "qid not found in wikidata; qid=~{0} page=~{1}", String_.new_u8(qid), String_.new_u8(ctx.Page().Url_bry_safe()));
}
}