Browse Source

cointerra: Cleanup debugging

Luke Dashjr 11 years ago
parent
commit
337b9fe814
1 changed files with 2 additions and 3 deletions
  1. 2 3
      driver-cointerra.c

+ 2 - 3
driver-cointerra.c

@@ -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))