Cleanup logging output

This commit is contained in:
2022-10-03 14:39:09 +02:00
parent 16c7a930c2
commit 1c2067286e
2 changed files with 14 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ PWMControl::PWMControl(string controlPath) : mControlPath(controlPath) {
}
PWMControl::~PWMControl() {
cout << "Cleanup" << endl;
BOOST_LOG_TRIVIAL(trace) << "Cleanup";
Reset();
}