summaryrefslogtreecommitdiffstats
path: root/avahi-compat-libdns_sd/warn.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-compat-libdns_sd/warn.c')
-rw-r--r--avahi-compat-libdns_sd/warn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-compat-libdns_sd/warn.c b/avahi-compat-libdns_sd/warn.c
index 859cfb0..7ebc7b1 100644
--- a/avahi-compat-libdns_sd/warn.c
+++ b/avahi-compat-libdns_sd/warn.c
@@ -78,7 +78,7 @@ void avahi_warn_unsupported(const char *function) {
char exename[256];
get_exe_name(exename, sizeof(exename));
- fprintf(stderr, "*** WARNING: The application '%s' called '%s()' which is not supported in the Bonjour compatiblity layer of Avahi. Please fix it to use the native API! ***\n", exename, function);
+ fprintf(stderr, "*** WARNING: The application '%s' called '%s()' which is not supported (or only supported partially) in the Bonjour compatiblity layer of Avahi. Please fix it to use the native API! ***\n", exename, function);
}