Commit 25cd835a2712603c23ee38aaa8e62a439041ee6f

Con Kolivas 2011-12-20T23:36:31

Change API message to debug only.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index de31f21..ad5ebce 100644
--- a/api.c
+++ b/api.c
@@ -876,7 +876,7 @@ void api(void)
 	sleep(opt_log_interval);
 
 	if (!opt_api_listen) {
-		applog(LOG_WARNING, "API not running%s", UNAVAILABLE);
+		applog(LOG_DEBUG, "API not running%s", UNAVAILABLE);
 		return;
 	}