mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-23 14:06:14 +02:00
change log "brainstorming"
This commit is contained in:
parent
4b0e48af94
commit
a588aa30e2
2 changed files with 11 additions and 4 deletions
|
@ -148,10 +148,7 @@ int main (int argc, char **argv)
|
|||
}
|
||||
|
||||
if (instance <= 0)
|
||||
{
|
||||
cout << "instance id must be >= 1\n";
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
std::invalid_argument("instance id must be >= 1");
|
||||
|
||||
std::clog.rdbuf(new Log("snapclient", LOG_DAEMON));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue