From ab2668a4b0e6eebd80668aea9110f6fb86aed5a4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 9 Aug 2021 16:40:24 -0400 Subject: Fixed processing of non-span xhtml formatting tags --- mods.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'mods.cc') diff --git a/mods.cc b/mods.cc index 2c9cf22..30b24f8 100644 --- a/mods.cc +++ b/mods.cc @@ -110,6 +110,7 @@ bool libbible::installModFromInternet(string language, string name) { if(p.first == name) { sword::SWMgr mgr(basedir.c_str()); if(installMgr->installModule(&mgr, 0, name.c_str(), p.second) == 0) { + printf("Installed from %s\n", p.second->getConfEnt().c_str()); return true; } return false; -- cgit v1.2.3