mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TLS
- Error strings were being constructed incorrectly. - Client-side handshake errors were treated as recoverable. - TLS errors were being displayed as debug messages, not errors.
This commit is contained in:
parent
10c626b18c
commit
2a5bf05590
2 changed files with 15 additions and 16 deletions
|
@ -337,7 +337,7 @@ bool CmdSync::send (
|
|||
|
||||
catch (std::string& error)
|
||||
{
|
||||
context.debug (error);
|
||||
context.error (error);
|
||||
}
|
||||
|
||||
// Indicate message failed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue