mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +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)
|
||||
{
|
||||
|
||||
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);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue