- TW-1366 In diagnostics it's called 'Cert', and in config it's called
  'certificate' (thanks to Jack).
This commit is contained in:
Paul Beckingham 2014-07-01 20:58:15 -04:00
parent e7c8c0ca2a
commit d850510375
3 changed files with 4 additions and 1 deletions

View file

@ -219,3 +219,4 @@ suggestions:
Dirk Sarpe Dirk Sarpe
Will Dietz Will Dietz
Charles Ulrich Charles Ulrich
Jack

View file

@ -102,6 +102,8 @@
(thanks to Charles Ulrich). (thanks to Charles Ulrich).
- TW-1345 taskrc.5 manpage errors. - TW-1345 taskrc.5 manpage errors.
- TW-1361 Strange results with complex filter (thanks to Jim B). - TW-1361 Strange results with complex filter (thanks to Jim B).
- TW-1366 In diagnostics it's called 'Cert', and in config it's called
'certificate' (thanks to Jack).
- Removed deprecated 'echo.command' setting, in favor of the 'header' and - Removed deprecated 'echo.command' setting, in favor of the 'header' and
'affected' verbosity tokens. 'affected' verbosity tokens.
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity - Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity

View file

@ -249,7 +249,7 @@ int CmdDiagnostics::execute (std::string& output)
else else
out << " Trust: strict\n"; out << " Trust: strict\n";
out << " Cert: " out << "Certificate: "
<< context.config.get ("taskd.certificate") << context.config.get ("taskd.certificate")
<< (File (context.config.get ("taskd.certificate")).readable () << (File (context.config.get ("taskd.certificate")).readable ()
? " (readable)" : " (not readable)") ? " (readable)" : " (not readable)")