diff options
-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 99c1bf3c1..6385965f0 100644 --- a/host/lib/convert/convert_impl.cpp +++ b/host/lib/convert/convert_impl.cpp @@ -135,7 +135,7 @@ size_t convert::get_bytes_per_item(const std::string &format){ return get_bytes_per_item(format.substr(0, pos)); } - throw uhd::key_error("Cannot find an item size:\n" + format); + throw uhd::key_error("[convert] Cannot find an item size for: `" + format + "'"); } UHD_STATIC_BLOCK(convert_register_item_sizes){ |