This commit is contained in:
2026-02-26 14:20:30 +03:00
parent 8aa58b727b
commit 2f10fa2796

View File

@@ -183,13 +183,13 @@ public:
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();
if (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()