mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-08 20:27:38 +02:00
Read logging settings from config file
This commit is contained in:
parent
ed3d9e5ebc
commit
7c71e0346b
2 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ void PosixStream::do_read()
|
|||
|
||||
if (first_)
|
||||
{
|
||||
LOG(DEBUG, LOG_TAG) << "First read, initializing nextTick to now\n";
|
||||
LOG(TRACE, LOG_TAG) << "First read, initializing nextTick to now\n";
|
||||
nextTick_ = std::chrono::steady_clock::now();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue