Skip to content

Commit

Permalink
bab - missed a few 'DEAD's in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kanoi committed Feb 20, 2014
1 parent 006f97c commit eb0cbf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions driver-bab.c
Expand Up @@ -1807,12 +1807,12 @@ static void process_history(struct cgpu_info *babcgpu, int chip, struct timeval

babinfo->chip_fast[chip]--;

applog(LOG_WARNING, "%s%d: Chip %d DEAD - speed down from %d to %d",
applog(LOG_WARNING, "%s%d: Chip %d BAD - speed down from %d to %d",
babcgpu->drv->name, babcgpu->device_id,
chip, (int)chip_fast, (int)chip_fast - 1);
} else {
/*
* Permanently DEAD since we're already at the minumum speed
* Permanently BAD since we're already at the minumum speed
* but only getting bad nonces
*/
if (babinfo->bad_msg[chip] == false) {
Expand All @@ -1827,7 +1827,7 @@ static void process_history(struct cgpu_info *babcgpu, int chip, struct timeval
}

/*
* It 'was' permanently DEAD but a good nonce came back!
* It 'was' permanently BAD but a good nonce came back!
*/
if (babinfo->bad_msg[chip]) {
applog(LOG_WARNING, "%s%d: Chip %d REVIVED - at speed %d",
Expand Down

0 comments on commit eb0cbf0

Please sign in to comment.