diff options
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r-- | avahi-common/error.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c index f6f561a..53ff4f2 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -85,7 +85,8 @@ const char *avahi_strerror(int error) { "Not permitted", "Invalid argument", - "Is empty" + "Is empty", + "The requested operation is invalid because redundant" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX) |