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 d27d20b0a..90faa3e42 100644
--- a/src/util/util_errors.c
+++ b/src/util/util_errors.c
@@ -56,6 +56,8 @@ struct err_string error_to_str[] = {
{ "No POSIX attributes detected" }, /* ERR_NO_POSIX */
{ "Extra attribute is a duplicate" }, /* ERR_DUP_EXTRA_ATTR */
{ "Malformed extra attribute" }, /* ERR_INVALID_EXTRA_ATTR */
+ { "Cannot get bus message sender" }, /* ERR_SBUS_GET_SENDER_ERROR */
+ { "Bus message has no sender" }, /* ERR_SBUS_NO_SENDER */
};