...
This commit is contained in:
@@ -183,13 +183,13 @@ public:
|
|||||||
|
|
||||||
virtual ~MccGenericMount()
|
virtual ~MccGenericMount()
|
||||||
{
|
{
|
||||||
// logDebug(std::format("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id()));
|
|
||||||
logDebug("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id());
|
|
||||||
|
|
||||||
auto err = MOVE_CNTRL_T::stopMount();
|
auto err = MOVE_CNTRL_T::stopMount();
|
||||||
if (err) {
|
if (err) {
|
||||||
logError(formatError(err));
|
logError(formatError(err));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// logDebug(std::format("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id()));
|
||||||
|
logDebug("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id());
|
||||||
}
|
}
|
||||||
|
|
||||||
error_t initMount()
|
error_t initMount()
|
||||||
|
|||||||
Reference in New Issue
Block a user