Cleanup logging output
This commit is contained in:
@@ -36,7 +36,7 @@ PWMControl::PWMControl(string controlPath) : mControlPath(controlPath) {
|
||||
}
|
||||
|
||||
PWMControl::~PWMControl() {
|
||||
cout << "Cleanup" << endl;
|
||||
BOOST_LOG_TRIVIAL(trace) << "Cleanup";
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user