diff options
author | Determinant <[email protected]> | 2019-07-01 23:35:17 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-07-01 23:35:17 -0400 |
commit | 53f776997d0e92650b9f3a16224cef1c0c76b716 (patch) | |
tree | de7c0a20dd4ba1d4bc5ea229e723ab8608ed94af /src/util.cpp | |
parent | 85b9affbce70ac4b5922158802b227a42c42a203 (diff) |
add async id for error handling
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index ff41c9b..0fb990e 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -58,6 +58,7 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "tls fail to get peer cert", "fd error", "rand source is not available, try again", + "connection is not ready", "unknown error" }; |