Browse Source

Change API message to debug only.

Con Kolivas 14 years ago
parent
commit
25cd835a27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.c

+ 1 - 1
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;
 	}