Diagnostics: Removed 'Build caps' line

This commit is contained in:
Paul Beckingham 2015-04-26 09:30:44 -04:00
parent c8c7123eb9
commit b9a8d62324

View file

@ -160,14 +160,7 @@ int CmdDiagnostics::execute (std::string& output)
#ifdef HAVE_COMMIT
<< " " << STRING_CMD_DIAG_COMMIT << ": " << COMMIT << "\n"
#endif
<< " CMake: " << CMAKE_VERSION << "\n"
<< " " << STRING_CMD_DIAG_CAPS << ":"
#ifdef HAVE_LIBGNUTLS
<< " +tls"
#else
<< " -tls"
#endif
<< "\n";
<< " CMake: " << CMAKE_VERSION << "\n";
out << " libuuid: "
#ifdef HAVE_UUID_UNPARSE_LOWER