mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Minor logging cleanups (missing newlines)
This commit is contained in:
@ -220,7 +220,7 @@ wsrep::reporter::write_file(double const tstamp)
|
|||||||
if (fd < 0)
|
if (fd < 0)
|
||||||
{
|
{
|
||||||
std::cerr << "Reporter could not open temporary file `" << template_
|
std::cerr << "Reporter could not open temporary file `" << template_
|
||||||
<< "': " << strerror(errno) << " (" << errno << ")";
|
<< "': " << strerror(errno) << " (" << errno << ")\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -258,7 +258,7 @@ wsrep::reporter::write_file(double const tstamp)
|
|||||||
std::cerr << "Could not write " << str.length()
|
std::cerr << "Could not write " << str.length()
|
||||||
<< " bytes to temporary file '"
|
<< " bytes to temporary file '"
|
||||||
<< template_ << "': " << strerror(errno)
|
<< template_ << "': " << strerror(errno)
|
||||||
<< " (" << errno << ")";
|
<< " (" << errno << ")\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user