Merge pull request #4414 from linkmauve/single-newline

Remove double newlines at the end of *_LOG messages
This commit is contained in:
Markus Wick
2016-11-02 12:20:46 +01:00
committed by GitHub
17 changed files with 64 additions and 65 deletions

View File

@ -987,7 +987,7 @@ void CISOProperties::ExportDir(const std::string& _rFullPath, const std::string&
}
}
INFO_LOG(DISCIO, "Directory found from %u to %u\nextracting to:\n%s", index, size,
INFO_LOG(DISCIO, "Directory found from %u to %u\nextracting to: %s", index, size,
_rExportFolder.c_str());
}