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