summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorNick Foster <nick@ettus.com>2011-05-27 12:46:52 -0700
committerNick Foster <nick@ettus.com>2011-05-27 12:46:52 -0700
commitdb6fa3812a673481df25f49c0081d4ca63200c66 (patch)
tree1ce17b08ebb17ab8f3f5ec9f3a1eab669dc81127 /host
parent5025104a6da0226d55248f13898a80c760f314d8 (diff)
downloaduhd-db6fa3812a673481df25f49c0081d4ca63200c66.tar.gz
uhd-db6fa3812a673481df25f49c0081d4ca63200c66.tar.bz2
uhd-db6fa3812a673481df25f49c0081d4ca63200c66.zip
tx_bursts: minor change
Diffstat (limited to 'host')
-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;