diff options
Diffstat (limited to 'mods.cc')
-rw-r--r-- | mods.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |