diff options
Diffstat (limited to 'avahi-compat-howl')
-rw-r--r-- | avahi-compat-howl/compat.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/avahi-compat-howl/compat.c b/avahi-compat-howl/compat.c index 3f44485..f5415bf 100644 --- a/avahi-compat-howl/compat.c +++ b/avahi-compat-howl/compat.c @@ -580,7 +580,12 @@ static void service_resolver_callback( case AVAHI_RESOLVER_FAILURE: - /* Apparently there is no way in HOWL to inform about failed resolving ... */ + /* Apparently there is no way in HOWL to inform about failed resolvings ... */ + + avahi_warn("A service failed to resolve in the HOWL compatiblity layer of Avahi which is used by '%s'. " + "Since the HOWL API doesn't offer any means to inform the application about this, we have to ignore the failure. " + "Please fix your application to use the native API of Avahi!", + avahi_exe_name()); break; } |