mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Fix syslog process name
This commit is contained in:
parent
fcc1327322
commit
4bdbc24c52
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ int main(int argc, char* argv[])
|
|||
else if (settings.logging.sink == "stderr")
|
||||
AixLog::Log::init<AixLog::SinkCerr>(logfilter, logformat);
|
||||
else if (settings.logging.sink == "system")
|
||||
AixLog::Log::init<AixLog::SinkNative>("snapclient", logfilter);
|
||||
AixLog::Log::init<AixLog::SinkNative>("snapserver", logfilter);
|
||||
else if (settings.logging.sink == "null")
|
||||
AixLog::Log::init<AixLog::SinkNull>();
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue