X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=92a22341c5e583b41a4105c0bb869c95982a0c3e;hb=b177bc98ac5b0e8b59f00becffadda7ceeb32553;hp=f2216b4a9541867a290250bc77bf8b0c0bd19607;hpb=1a04f21bca1c5410019b29c2b7305796ecb5a8b8;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index f2216b4..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", @@ -78,8 +78,15 @@ const char *avahi_strerror(int error) { "DNS failure: NXRRSET", "DNS failure: NOTAUTH", "DNS failure: NOTZONE", + "Invalid RDATA", + "Invalid DNS type", + "Invalid DNS class", + "Not supported", - "Invalid RDATA" + "Not permitted", + "Invalid argument", + "Is empty", + "The requested operation is invalid because redundant" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)