X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=92a22341c5e583b41a4105c0bb869c95982a0c3e;hb=511bbee5e4da8e71b5da8521a162941398ebfdba;hp=6fe981cf0f1fa14b595473b2974f9db9217e443a;hpb=3632da5dea3a2e961729664d17808d98bfc2b325;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 6fe981c..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", @@ -84,7 +84,9 @@ const char *avahi_strerror(int error) { "Not supported", "Not permitted", - "Invalid argument" + "Invalid argument", + "Is empty", + "The requested operation is invalid because redundant" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)