Change to debug level wrong CRC AX.25 frames

This commit is contained in:
Manolis Surligas 2018-01-02 18:13:31 +02:00
parent b358d1b4ca
commit 8dedb9b179
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* /*
* gr-satnogs: SatNOGS GNU Radio Out-Of-Tree Module * gr-satnogs: SatNOGS GNU Radio Out-Of-Tree Module
* *
* Copyright (C) 2016, 2017 * Copyright (C) 2016, 2017, 2018
* Libre Space Foundation <http://librespacefoundation.org/> * Libre Space Foundation <http://librespacefoundation.org/>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
@ -394,7 +394,7 @@ namespace gr
pmt::mp ("failed_pdu"), pmt::mp ("failed_pdu"),
pmt::make_blob (d_frame_buffer, pmt::make_blob (d_frame_buffer,
d_received_bytes - sizeof(uint16_t))); d_received_bytes - sizeof(uint16_t)));
LOG_WARN("Wrong crc"); LOG_DEBUG("Wrong crc");
} }
d_dec_b = 0x0; d_dec_b = 0x0;
d_shift_reg = 0x0; d_shift_reg = 0x0;