aboutsummaryrefslogtreecommitdiff
path: root/mods.cc
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-08-09 16:40:24 -0400
committerYour Name <you@example.com>2021-08-09 16:40:24 -0400
commitab2668a4b0e6eebd80668aea9110f6fb86aed5a4 (patch)
treebcffb10053a4080d87a2870ad23bc8bcc11cb4f1 /mods.cc
parent41e9b6128ed8588c01d2aa2fb7d71af81709873e (diff)
downloadlibbible-ab2668a4b0e6eebd80668aea9110f6fb86aed5a4.tar.gz
libbible-ab2668a4b0e6eebd80668aea9110f6fb86aed5a4.tar.bz2
libbible-ab2668a4b0e6eebd80668aea9110f6fb86aed5a4.zip
Fixed processing of non-span xhtml formatting tags
Diffstat (limited to 'mods.cc')
-rw-r--r--mods.cc1
1 files changed, 1 insertions, 0 deletions
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;