]> git.meshlink.io Git - catta/blobdiff - avahi-compat-libdns_sd/warn.c
add a real check for linux/netlink.h
[catta] / avahi-compat-libdns_sd / warn.c
index 859cfb05f861082243a1ae14873b273c14ffee34..7ebc7b127a8a3098bf99b2dbf7e94459bf573312 100644 (file)
@@ -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);
 }