|
@@ -37,7 +37,7 @@ ssize_t bifury_write(const struct cgpu_info * const dev, const void * const buf,
|
|
|
applog(LOG_DEBUG, "%s: DEVPROTO: SEND %.*s", dev->dev_repr, psz, (const char*)buf);
|
|
applog(LOG_DEBUG, "%s: DEVPROTO: SEND %.*s", dev->dev_repr, psz, (const char*)buf);
|
|
|
return write(fd, buf, count);
|
|
return write(fd, buf, count);
|