alecto: validation error is debug only (remove noise)
This commit is contained in:
parent
46576e1eba
commit
8576371ba1
1 changed files with 5 additions and 3 deletions
|
@ -89,9 +89,11 @@ static int alectov1_callback(bitbuffer_t *bitbuffer) {
|
|||
//fprintf(stdout, "\nAlectoV1 CRC error");
|
||||
time(&time_now);
|
||||
local_time_str(time_now, time_str);
|
||||
fprintf(stdout,
|
||||
"%s AlectoV1 Checksum/Parity error\n",
|
||||
time_str);
|
||||
if(debug_output) {
|
||||
fprintf(stderr,
|
||||
"%s AlectoV1 Checksum/Parity error\n",
|
||||
time_str);
|
||||
}
|
||||
return 0;
|
||||
} //Invalid checksum
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue