mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 12:28:56 +02:00
Formatting
This commit is contained in:
parent
41c86e65dc
commit
da6041dcfe
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void wait(boost::asio::steady_timer& timer, const std::chrono::duration<Rep, Per
|
||||||
timer.expires_after(duration);
|
timer.expires_after(duration);
|
||||||
timer.async_wait(
|
timer.async_wait(
|
||||||
[handler = std::move(handler)](const boost::system::error_code& ec)
|
[handler = std::move(handler)](const boost::system::error_code& ec)
|
||||||
{
|
{
|
||||||
if (ec)
|
if (ec)
|
||||||
{
|
{
|
||||||
LOG(ERROR, LOG_TAG) << "Error during async wait: " << ec.message() << "\n";
|
LOG(ERROR, LOG_TAG) << "Error during async wait: " << ec.message() << "\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue