diff options
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 7af1255..19b6915 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -58,8 +58,11 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "tls key does not match the cert", "tls fail to get peer cert", "fd error", + "libuv init failed", + "libuv start failed", "rand source is not available, try again", "connection is not ready", + "operation not available", "unknown error" }; |