Formatting, spam-reduction
This commit is contained in:
@@ -454,11 +454,10 @@ void SenseApiManager::detachAllSenseDevicesReq(
|
|||||||
std::placeholders::_1, std::placeholders::_2));
|
std::placeholders::_1, std::placeholders::_2));
|
||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
std::cerr << __func__ << ": Exception: " << e.what() << "\n";
|
std::cerr << __func__ << ": Exception: " << e.what() << "\n";
|
||||||
if (request->loop.incrementSuccessOrFailureAndTestForCompletionDueTo(false))
|
if (request->loop
|
||||||
|
.incrementSuccessOrFailureAndTestForCompletionDueTo(false))
|
||||||
{
|
{
|
||||||
std::cout << __func__ << ": About to call original cbFn." << "\n";
|
|
||||||
request->callOriginalCallback();
|
request->callOriginalCallback();
|
||||||
std::cout << __func__ << ": Just called original cbFn." << "\n";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user