diff options
Diffstat (limited to 'avahi-common/error.c')
| -rw-r--r-- | avahi-common/error.c | 3 | 
1 files changed, 2 insertions, 1 deletions
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)  | 
