summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r--avahi-common/error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index 6fe981c..f6f561a 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -84,7 +84,8 @@ const char *avahi_strerror(int error) {
"Not supported",
"Not permitted",
- "Invalid argument"
+ "Invalid argument",
+ "Is empty"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)