1
0
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:
Kano 2013-06-15 23:38:49 +10:00
parent 6ca0eaa987
commit 148e3d64bc

View File

@ -924,7 +924,7 @@ void usb_all(int level)
for (i = 0; i < count; i++)
usb_full(&j, list[i], &buf, &off, &len, level);
applog(LOG_WARNING, "%s", buf);
_applog(LOG_WARNING, buf);
free(buf);