refactor: Cleanup

This commit is contained in:
Michael Carlberg
2016-11-22 01:22:47 +01:00
parent c442e47f93
commit 0c64b64ff8
7 changed files with 178 additions and 242 deletions

View File

@ -17,7 +17,7 @@ eventloop::~eventloop() noexcept {
module->stop();
module.reset();
});
m_log.trace("eventloop: Deconstruction of %s took %lu ms.", module_name, cleanup_ms);
m_log.trace("eventloop: Deconstruction of %s took %lu microsec.", module_name, cleanup_ms);
}
}
}