mirror of
https://github.com/polybar/polybar.git
synced 2026-04-01 04:57:51 +00:00
refactor: Cleanup
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user