diff options
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index ce98b22..8ca01aa 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -63,7 +63,8 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "rand source is not available, try again", "connection is not ready", "operation not available", - "unknown error" + "unknown error", + "oversized message", }; const char *TTY_COLOR_RED = "\x1b[31m"; |