diff options
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r-- | avahi-common/error.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c index f6f561a..92a2234 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -52,7 +52,7 @@ const char *avahi_strerror(int error) { "Access denied", "Invalid operation", - "An unexpected DBUS error occured", + "An unexpected D-Bus error occured", "Daemon connection failed", "Memory exhausted", "The object passed in was not valid", @@ -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) |