summaryrefslogtreecommitdiffstats
path: root/src/util/util_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util_errors.c')
-rw-r--r--src/util/util_errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/util_errors.c b/src/util/util_errors.c
index 458321a08..2d2bafb1e 100644
--- a/src/util/util_errors.c
+++ b/src/util/util_errors.c
@@ -91,6 +91,8 @@ struct err_string error_to_str[] = {
{ "SBUS request already handled" }, /* ERR_SBUS_REQUEST_HANDLED */
{ "Sysdb version is too old" }, /* ERR_SYSDB_VERSION_TOO_OLD */
{ "Sysdb version is too new" }, /* ERR_SYSDB_VERSION_TOO_NEW */
+ { "Domain has to timestamp cache" }, /* ERR_NO_TS */
+ { "No timestamp cache record" }, /* ERR_TS_CACHE_MISS */
{ "ERR_LAST" } /* ERR_LAST */
};