diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-06 13:38:29 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:11 -0700 |
commit | de17ef4614c3c14212f239e3c735bfde3f47a68f (patch) | |
tree | d9a0c273db283d7ee7f19cc23853f95d3cd78b23 /host/lib/convert | |
parent | fac15db5d77c5196badb4a06f2f5fec34eb57337 (diff) | |
download | uhd-de17ef4614c3c14212f239e3c735bfde3f47a68f.tar.gz uhd-de17ef4614c3c14212f239e3c735bfde3f47a68f.tar.bz2 uhd-de17ef4614c3c14212f239e3c735bfde3f47a68f.zip |
usrp1: multi channel receive working
Diffstat (limited to 'host/lib/convert')
-rw-r--r-- | host/lib/convert/convert_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp index 5c9e77e93..280957c2a 100644 --- a/host/lib/convert/convert_impl.cpp +++ b/host/lib/convert/convert_impl.cpp @@ -124,7 +124,7 @@ size_t convert::get_bytes_per_item(const std::string &markup){ return get_bytes_per_item(markup.substr(0, pos)); } - throw uhd::key_error("Cannot find an item size " + markup); + throw uhd::key_error("Cannot find an item size:\n" + markup); } UHD_STATIC_BLOCK(convert_register_item_sizes){ |