mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
clean ups
This commit is contained in:
parent
9bac003bb9
commit
6796209c9f
2 changed files with 1 additions and 2 deletions
|
@ -58,7 +58,7 @@ int Log::sync()
|
|||
std::cout << Timestamp() << " [err] " << buffer_.str() << std::flush;
|
||||
else
|
||||
{
|
||||
std::cout << Timestamp() << " [" << std::to_string(priority_) << "] " << buffer_.str() << std::flush;
|
||||
std::cout << Timestamp() << " [" << priority_ << "] " << buffer_.str() << std::flush;
|
||||
syslog(priority_, "%s", buffer_.str().c_str());
|
||||
}
|
||||
buffer_.str("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue