X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=92a22341c5e583b41a4105c0bb869c95982a0c3e;hb=2635b54ef09173bbf72072436fad7d1e1fca3bc9;hp=af104227cc9861f235e0ffc4fddf727f8f1a3cea;hpb=bb14e0a8aa3173c8a6d80b1a9c8b300a452ee9f1;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index af10422..92a2234 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -52,8 +52,8 @@ const char *avahi_strerror(int error) { "Access denied", "Invalid operation", - "An unexpected DBUS error occured", - "Could not get a connection to the daemon", + "An unexpected D-Bus error occured", + "Daemon connection failed", "Memory exhausted", "The object passed in was not valid", "Daemon not running", @@ -77,7 +77,16 @@ const char *avahi_strerror(int error) { "DNS failure: YXRRSET", "DNS failure: NXRRSET", "DNS failure: NOTAUTH", - "DNS failure: NOTZONE" + "DNS failure: NOTZONE", + "Invalid RDATA", + "Invalid DNS type", + "Invalid DNS class", + "Not supported", + + "Not permitted", + "Invalid argument", + "Is empty", + "The requested operation is invalid because redundant" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)