feat(registry): Log module refresh

This commit is contained in:
Michael Carlberg 2016-06-21 05:25:31 +02:00
parent d8a3d7d5f6
commit 21290e103c

View File

@ -133,6 +133,7 @@ void Registry::notify(std::string module_name)
std::unique_lock<std::mutex> wait_lck(this->wait_mtx);
try {
this->logger->debug("Refreshing output for module: "+ module_name);
mod_entry->module->refresh();
} catch (Exception &e) {
log_trace("Exception occurred in runner thread for: "+ module_name);