X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=76a05fdb525699433ac045cf63a0a92c7d346512;hb=69af4f4f5a3718d8ed4ff597daf68de87bbb39f3;hp=42423616213313083bf0bc004d03a51883c7efb8;hpb=8782ae678cf60713b5513016f16b039251c40870;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 4242361..76a05fd 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -60,7 +60,8 @@ const char *avahi_strerror(int error) { "Invalid flags", "Not found", "Invalid configuration", - "Version mismatch" + "Version mismatch", + "Invalid service subtype" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)