mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
Update AixLog
This commit is contained in:
parent
23019b52bd
commit
7cf0586ab1
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ struct SinkOutputDebugString : public Sink
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void log(const Metadata& metadata, const std::string& message) override
|
void log(const Metadata& /*metadata*/, const std::string& message) override
|
||||||
{
|
{
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
std::wstring wide = std::wstring(message.begin(), message.end());
|
std::wstring wide = std::wstring(message.begin(), message.end());
|
||||||
|
|
Loading…
Add table
Reference in a new issue