X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=76a05fdb525699433ac045cf63a0a92c7d346512;hb=c1d9b9cffd6f756339c1d98a2d2914d49195cb41;hp=73f13d2df85297d440f1f458d4adb852ab62cf36;hpb=1a0fb70d743f900859d9278c6ae01cfc2a993dad;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 73f13d2..76a05fd 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -59,7 +59,9 @@ const char *avahi_strerror(int error) { "Invalid protocol specification", "Invalid flags", "Not found", - "Invalid configuration" + "Invalid configuration", + "Version mismatch", + "Invalid service subtype" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)