X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=6c0a9000dbc18872fd0de29be6122d65f5f3aebf;hb=e3f2e517162b80d256c966fa925c8e76e5691d6d;hp=f2216b4a9541867a290250bc77bf8b0c0bd19607;hpb=1a04f21bca1c5410019b29c2b7305796ecb5a8b8;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index f2216b4..6c0a900 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -53,7 +53,7 @@ const char *avahi_strerror(int error) { "Access denied", "Invalid operation", "An unexpected DBUS error occured", - "Could not get a connection to the daemon", + "Daemon connection failed", "Memory exhausted", "The object passed in was not valid", "Daemon not running", @@ -78,8 +78,12 @@ 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" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)