X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=6fe981cf0f1fa14b595473b2974f9db9217e443a;hb=ef51c776fa80e67b84e2a6d48829f9040ac76c20;hp=864a5bd1c992e284d0eeabcf2ec168c53f560b5d;hpb=fbce111b069aa1e4c701ed37ee1d9f6d6cefaac5;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 864a5bd..6fe981c 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", @@ -83,7 +83,8 @@ const char *avahi_strerror(int error) { "Invalid DNS class", "Not supported", - "Not permitted" + "Not permitted", + "Invalid argument" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)