refactor(config): Cleanup and minor tweaks

This commit is contained in:
Michael Carlberg 2016-12-14 05:12:15 +01:00
parent 060d198b8e
commit 80a00bd596
8 changed files with 116 additions and 83 deletions
src/components

View file

@ -96,6 +96,7 @@ controller::~controller() {
void controller::setup() {
string bs{m_conf.bar_section()};
string bs{m_conf.section()};
m_log.trace("controller: Setup user-defined modules");
for (int i = 0; i < 3; i++) {