diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-15 12:52:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-15 12:52:56 -0700 |
commit | 3a1ad3f13c41a448083100ada6d4162a0092ee58 (patch) | |
tree | 66091884df2bba548561af36c4549fbf307153e6 /host/examples/latency_test.cpp | |
parent | 4c7cc6b1355a1ab7c8a60014061999f2338df1b1 (diff) | |
download | uhd-3a1ad3f13c41a448083100ada6d4162a0092ee58.tar.gz uhd-3a1ad3f13c41a448083100ada6d4162a0092ee58.tar.bz2 uhd-3a1ad3f13c41a448083100ada6d4162a0092ee58.zip |
uhd: copied examples changes from next onto master branch
Diffstat (limited to 'host/examples/latency_test.cpp')
-rw-r--r-- | host/examples/latency_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/examples/latency_test.cpp b/host/examples/latency_test.cpp index be44aad70..85ac73567 100644 --- a/host/examples/latency_test.cpp +++ b/host/examples/latency_test.cpp @@ -150,9 +150,9 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ break; default: - std::cout << boost::format - ("failed:\n Got unexpected event code 0x%x.\n") - % async_md.event_code << std::endl; + std::cerr << boost::format( + "failed:\n Got unexpected event code 0x%x.\n" + ) % async_md.event_code << std::endl; other++; break; } |