mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-23 05:56:17 +02:00
Tidy up
This commit is contained in:
parent
1aa8831416
commit
f5d4fcaf43
34 changed files with 274 additions and 273 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2020 Johannes Pohl
|
||||
Copyright (C) 2014-2021 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -209,7 +209,7 @@ int main(int argc, char* argv[])
|
|||
string logformat = "%Y-%m-%d %H-%M-%S.#ms [#severity] (#tag_func)";
|
||||
if (settings.logging.sink.find("file:") != string::npos)
|
||||
{
|
||||
string logfile = settings.logging.sink.substr(settings.logging.sink.find(":") + 1);
|
||||
string logfile = settings.logging.sink.substr(settings.logging.sink.find(':') + 1);
|
||||
AixLog::Log::init<AixLog::SinkFile>(logfilter, logfile, logformat);
|
||||
}
|
||||
else if (settings.logging.sink == "stdout")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue