X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=6c0a9000dbc18872fd0de29be6122d65f5f3aebf;hb=e3f2e517162b80d256c966fa925c8e76e5691d6d;hp=c997dc05f7d44d89a2799fc5580281d83f982fc9;hpb=f6712902a92eb82b6c8d7e7fd0980a20a716fa0d;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index c997dc0..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", @@ -80,7 +80,10 @@ const char *avahi_strerror(int error) { "DNS failure: NOTZONE", "Invalid RDATA", "Invalid DNS type", - "Invalid DNS class" + "Invalid DNS class", + "Not supported", + + "Not permitted" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)