mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-02 19:01:47 +02:00
Add mixer mode "none"
This commit is contained in:
parent
4a7b72773a
commit
dd913acff9
8 changed files with 90 additions and 81 deletions
|
@ -221,6 +221,7 @@ int main(int argc, char* argv[])
|
|||
else
|
||||
throw SnapException("Invalid log sink: " + settings.logging.sink);
|
||||
|
||||
// TODO: op vs conf
|
||||
for (const auto& opt : conf.unknown_options())
|
||||
LOG(WARNING) << "unknown configuration option: " << opt << "\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue