mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
cleanup exception text
This commit is contained in:
@@ -501,7 +501,7 @@ Status HdfsEnv::CreateDirIfMissing(const std::string& name) {
|
||||
return CreateDir(name);
|
||||
default: // anything else should be an error
|
||||
Log(mylog, "CreateDirIfMissing hdfsExists call failed");
|
||||
throw HdfsFatalException("3. hdfsExists call failed with error " +
|
||||
throw HdfsFatalException("hdfsExists call failed with error " +
|
||||
std::to_string(value) + ".\n");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user