refactor(config): Cleanup and minor tweaks
This commit is contained in:
parent
060d198b8e
commit
80a00bd596
8 changed files with 116 additions and 83 deletions
src/components
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue