summaryrefslogtreecommitdiffstats
path: root/host/examples
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples')
-rw-r--r--host/examples/tx_bursts.cpp2
1 files changed, 1 insertions, 1 deletions
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;