mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
Fix tabs and trailing whitespace.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <boost/regex.hpp>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
#ifndef DUMP_CONFIG
|
||||
#define DUMP_CONFIG 0
|
||||
#endif
|
||||
@@ -794,7 +794,7 @@ boost::filesystem::path Config::getDebugLogFile () const
|
||||
// decide how to handle this situation.
|
||||
if (ec)
|
||||
{
|
||||
std::cerr <<
|
||||
std::cerr <<
|
||||
"Unable to create log file path " << log_dir <<
|
||||
": " << ec.message() << '\n';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user