aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp3
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";