mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Dev: Log page url not page ttl when missing wikidata doc [#351]
This commit is contained in:
parent
e80dfc6adc
commit
78e8db95b9
@ -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()));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user