1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 23:14:21 +00:00

Merge pull request #371 from kanoi/mmq

MMQ missing firmware -> ERR not DEBUG
This commit is contained in:
Con Kolivas 2012-12-18 21:36:27 -08:00
commit 732393d128

View File

@ -342,7 +342,7 @@ static bool modminer_fpga_upload_bitstream(struct cgpu_info *modminer)
if (!f) {
mutex_unlock(modminer->modminer_mutex);
applog(LOG_DEBUG, "%s%u: Error (%d) opening bitstream file %s",
applog(LOG_ERR, "%s%u: Error (%d) opening bitstream file %s",
modminer->api->name, modminer->device_id, errno, bsfile);
return false;