summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-03-24 14:05:06 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-03-24 14:05:06 +0000
commitecdb90c3de218098b6166718eb2872e0badb9c3c (patch)
tree8542d166d447fb654164a0876a9efaa871b6ff6a
parent166553baf33290c08e41a9fb67567165c0e70fc5 (diff)
convert an error log into an info log
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1182 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-daemon/static-services.c2
1 files changed, 1 insertions, 1 deletions
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 {