From db6fa3812a673481df25f49c0081d4ca63200c66 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 27 May 2011 12:46:52 -0700 Subject: tx_bursts: minor change --- host/examples/tx_bursts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/examples') diff --git a/host/examples/tx_bursts.cpp b/host/examples/tx_bursts.cpp index 8d3df9e54..a66fb85b6 100644 --- a/host/examples/tx_bursts.cpp +++ b/host/examples/tx_bursts.cpp @@ -104,7 +104,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ } std::signal(SIGINT, &sig_int_handler); - std::cout << "Press Ctrl + C to quit..." << std::endl; + if(repeat) std::cout << "Press Ctrl + C to quit..." << std::endl; double time_to_send = seconds_in_future; -- cgit v1.2.3