This was only added so that crash dumps pasted into redmine would link
properly, but those links don't work in redmine right now anyway, so drop
it. The prefix makes it harder to manually cut and paste.
Signed-off-by: Sage Weil <sage@inktank.com>
std::string const pretty_version_to_str(void)
{
std::ostringstream oss;
- oss << "ceph version " << CEPH_GIT_NICE_VER << " (commit:"
+ oss << "ceph version " << CEPH_GIT_NICE_VER << " ("
<< STRINGIFY(CEPH_GIT_VER) << ")";
return oss.str();
}