This just makes it into a link when pasted directly into redmine.
Signed-off-by: Sage Weil <sage@newdream.net>
void BackTrace::print(std::ostream& out)
{
- out << " ceph version " << VERSION << " (" << STRINGIFY(CEPH_GIT_VER) << ")" << std::endl;
+ out << " ceph version " << VERSION << " (commit:" << STRINGIFY(CEPH_GIT_VER) << ")" << std::endl;
for (size_t i = skip; i < size; i++) {
// out << " " << (i-skip+1) << ": " << strings[i] << std::endl;
*_dout << g_clock.now() << " --- " << getpid() << " opened log "
<< _dout_path << " ---" << std::endl;
}
- *_dout << "ceph version " << VERSION << " (" << STRINGIFY(CEPH_GIT_VER) << ")" << std::endl;
+ *_dout << "ceph version " << VERSION << " (commit:" << STRINGIFY(CEPH_GIT_VER) << ")" << std::endl;
if (need_symlink)
create_name_symlink();
FOR_EACH_ARG(args) {
if (CONF_ARG_EQ("version", 'v')) {
- cout << "ceph version " << VERSION << " (" << STRINGIFY(CEPH_GIT_VER) << ")" << std::endl;
+ cout << "ceph version " << VERSION << " (commit:" << STRINGIFY(CEPH_GIT_VER) << ")" << std::endl;
_exit(0);
} else if (CONF_ARG_EQ("conf", 'c')) {
CONF_SAFE_SET_ARG_VAL(&g_conf.conf, OPT_STR);