aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/hackrf/hackrf_source_c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hackrf/hackrf_source_c.cc b/lib/hackrf/hackrf_source_c.cc
index 33ab62d..64b8f14 100644
--- a/lib/hackrf/hackrf_source_c.cc
+++ b/lib/hackrf/hackrf_source_c.cc
@@ -155,7 +155,7 @@ hackrf_source_c::hackrf_source_c (const std::string &args)
dev_index = boost::lexical_cast< unsigned int >( hackrf_serial );
} catch ( std::exception &ex ) {
throw std::runtime_error(
- "Failed to use '" + hackrf_serial + "' as HackRF device index: " + ex.what());
+ "Failed to use '" + hackrf_serial + "' as HackRF device index number: " + ex.what());
}
hackrf_device_list_t *list = hackrf_device_list();