Browse Source

usb_applog separate amt display

Kano 13 years ago
parent
commit
6493554acb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      usbutils.c

+ 1 - 1
usbutils.c

@@ -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)
 		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,
                         usb_cmdname(cmd),
                         msg ? space : BLANK, msg ? msg : BLANK,