From: Sebastien Estienne Date: Fri, 24 Mar 2006 14:05:06 +0000 (+0000) Subject: convert an error log into an info log X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=ecdb90c3de218098b6166718eb2872e0badb9c3c;p=catta convert an error log into an info log git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1182 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-daemon/static-services.c b/avahi-daemon/static-services.c index 1a58cc4..cba22c6 100644 --- a/avahi-daemon/static-services.c +++ b/avahi-daemon/static-services.c @@ -693,7 +693,7 @@ void static_service_load(int in_chroot) { break; case GLOB_NOMATCH: - avahi_log_error("No service found in %s.", AVAHI_SERVICE_DIR); + avahi_log_info("No service found in %s.", AVAHI_SERVICE_DIR); break; } else {