mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-04 19:14:26 +00:00
icarus.c modify (regular) timeout warning to only be debug
This commit is contained in:
parent
0fdf31dc27
commit
caa02f81a5
2
icarus.c
2
icarus.c
@ -123,7 +123,7 @@ static int icarus_gets(unsigned char *buf, size_t bufLen, int fd)
|
|||||||
|
|
||||||
rc++;
|
rc++;
|
||||||
if (rc == ICARUS_READ_FAULT_COUNT) {
|
if (rc == ICARUS_READ_FAULT_COUNT) {
|
||||||
applog(LOG_WARNING,
|
applog(LOG_DEBUG,
|
||||||
"Icarus Read: No data in %d seconds", rc);
|
"Icarus Read: No data in %d seconds", rc);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user