uhd: log asynchronous errors as errors

Bump abnormal asynchronous events - basically send errors -
up to ERROR level. These errors are dominated almost
entirely by underflow events, which should not be regularly
occuring.

Signed-off-by: Thomas Tsou <ttsou@vt.edu>

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2656 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
kurtis.heimerl 2011-11-26 03:17:54 +00:00
parent 3ed6fb7755
commit 6cb348b9a1
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ bool uhd_device::recv_async_msg()
// Assume that any error requires resynchronization
if (metadata.event_code != uhd::async_metadata_t::EVENT_CODE_BURST_ACK) {
aligned = false;
LOG(INFO) << str_code(metadata);
LOG(ERROR) << str_code(metadata);
}
return true;