From 1c22aa6ce3490c7f5447179b4ec2e6113881660e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Oct 2005 14:08:26 +0000 Subject: add more AVAHI_WARN_UNSUPPORTED lines git-svn-id: file:///home/lennart/svn/public/avahi/trunk@703 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-compat-libdns_sd/warn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-compat-libdns_sd/warn.c') 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); } -- cgit