1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Change API message to debug only.

This commit is contained in:
Con Kolivas 2011-12-20 23:36:31 +11:00
parent 4813b7dd1e
commit 25cd835a27

2
api.c
View File

@ -876,7 +876,7 @@ void api(void)
sleep(opt_log_interval); sleep(opt_log_interval);
if (!opt_api_listen) { if (!opt_api_listen) {
applog(LOG_WARNING, "API not running%s", UNAVAILABLE); applog(LOG_DEBUG, "API not running%s", UNAVAILABLE);
return; return;
} }