Skip to content
Snippets Groups Projects
Commit b152764a authored by Eric Cano's avatar Eric Cano
Browse files

#533 fixed missing spaces in error message.

parent 5f11238f
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ uint64_t DiskSystemFreeSpaceList::fetchEosFreeSpace(const std::string& instanceA
std::string("In DiskSystemFreeSpaceList::fetchEosFreeSpace(), failed to call \"eos root://") +
instanceAddress + " space ls -m\"");
} catch (exception::Exception & ex) {
ex.getMessage() << "instanceAddress: " << instanceAddress << "stderr: " << sp.stderr();
ex.getMessage() << " instanceAddress: " << instanceAddress << " stderr: " << sp.stderr();
throw;
}
if (sp.wasKilled()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment