mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Fix typo
This commit is contained in:
parent
c289721f7d
commit
b6d69ca919
1 changed files with 1 additions and 2 deletions
|
@ -128,9 +128,8 @@ void AsioStream<ReadStream>::check_state(const std::chrono::steady_clock::durati
|
||||||
{
|
{
|
||||||
if (!ec)
|
if (!ec)
|
||||||
{
|
{
|
||||||
|
|
||||||
LOG(INFO, "AsioStream") << "No data since " << std::chrono::duration_cast<std::chrono::milliseconds>(duration).count()
|
LOG(INFO, "AsioStream") << "No data since " << std::chrono::duration_cast<std::chrono::milliseconds>(duration).count()
|
||||||
<< " ms, switchung to idle\n";
|
<< " ms, switching to idle\n";
|
||||||
setState(ReaderState::kIdle);
|
setState(ReaderState::kIdle);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue