|
|
@@ -462,8 +462,8 @@ static void cta_parse_recvmatch(struct thr_info *thr, struct cgpu_info *cointerr
|
|
|
info->pipe_bitmap[bitchar] |= 0x80 >> bitbit;
|
|
|
}
|
|
|
|
|
|
- applog(LOG_DEBUG, "%s %d: Submitting tested work job_id %s work_id %u",
|
|
|
- cointerra->drv->name, cointerra->device_id, work->job_id, work->subid);
|
|
|
+ applog(LOG_DEBUG, "%"PRIpreprv": Submitting tested work job_id %s work_id %u",
|
|
|
+ corecgpu->proc_repr, work->job_id, work->subid);
|
|
|
ret = submit_nonce(corethr, work, nonce);
|
|
|
|
|
|
mutex_lock(&info->lock);
|
|
|
@@ -1067,7 +1067,6 @@ static int64_t cta_scanwork(struct thr_info *thr)
|
|
|
struct timeval now;
|
|
|
int64_t hashes;
|
|
|
|
|
|
- applog(LOG_DEBUG, "%s %d: cta_scanwork %d", cointerra->drv->name, cointerra->device_id,__LINE__);
|
|
|
hashes = 0;
|
|
|
|
|
|
if (unlikely(0))
|