mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-10 04:31:03 +00:00
applog usb device list can be > LOGBUFSIZ
This commit is contained in:
parent
6ca0eaa987
commit
148e3d64bc
@ -924,7 +924,7 @@ void usb_all(int level)
|
|||||||
for (i = 0; i < count; i++)
|
for (i = 0; i < count; i++)
|
||||||
usb_full(&j, list[i], &buf, &off, &len, level);
|
usb_full(&j, list[i], &buf, &off, &len, level);
|
||||||
|
|
||||||
applog(LOG_WARNING, "%s", buf);
|
_applog(LOG_WARNING, buf);
|
||||||
|
|
||||||
free(buf);
|
free(buf);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user