1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

Merge branch 'master' of github.com:ckolivas/cgminer

This commit is contained in:
Con Kolivas 2013-05-17 21:13:36 +10:00
commit e128f90ef1

View File

@ -811,7 +811,7 @@ void usb_applog(struct cgpu_info *cgpu, enum usb_cmds cmd, char *msg, int amount
if (!msg && amount == 0 && err == LIBUSB_SUCCESS) if (!msg && amount == 0 && err == LIBUSB_SUCCESS)
msg = (char *)nodatareturned; msg = (char *)nodatareturned;
applog(LOG_ERR, "%s%i: %s failed%s%s (err=%d amt%d)", applog(LOG_ERR, "%s%i: %s failed%s%s (err=%d amt=%d)",
cgpu->drv->name, cgpu->device_id, cgpu->drv->name, cgpu->device_id,
usb_cmdname(cmd), usb_cmdname(cmd),
msg ? space : BLANK, msg ? msg : BLANK, msg ? space : BLANK, msg ? msg : BLANK,