aboutsummaryrefslogtreecommitdiff
path: root/mods.cc
diff options
context:
space:
mode:
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;