mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 01:46:16 +02:00
Replace std::endl with "\n"
This commit is contained in:
parent
f1ee39e515
commit
cd67fb9645
10 changed files with 28 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2024 Johannes Pohl
|
||||
Copyright (C) 2014-2025 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
|
||||
|
@ -428,7 +428,7 @@ void Server::start()
|
|||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
LOG(NOTICE, LOG_TAG) << "Server::start: " << e.what() << endl;
|
||||
LOG(NOTICE, LOG_TAG) << "Server::start: " << e.what() << "\n";
|
||||
stop();
|
||||
throw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue