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 73f13d2..4242361 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -59,7 +59,8 @@ const char *avahi_strerror(int error) {
"Invalid protocol specification",
"Invalid flags",
"Not found",
- "Invalid configuration"
+ "Invalid configuration",
+ "Version mismatch"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)