diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-12 07:49:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-12 07:49:37 +0100 |
commit | ec027e05039567b079006035bf99717a3d4e7bf7 (patch) | |
tree | 6f4fcf653e4779b2f4f713d1f9108d859bd666f4 /host/lib/version.cpp | |
parent | 9e7d0cc81da055bf2a7a6970a5093de52869aec9 (diff) | |
download | uhd-ec027e05039567b079006035bf99717a3d4e7bf7.tar.gz uhd-ec027e05039567b079006035bf99717a3d4e7bf7.tar.bz2 uhd-ec027e05039567b079006035bf99717a3d4e7bf7.zip |
Add detection for LEA-M8Frelease_003_007_001-refclk30_72-lea-m8f
Diffstat (limited to 'host/lib/version.cpp')
-rw-r--r-- | host/lib/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/version.cpp b/host/lib/version.cpp index 2b7125e55..24d4bc2b4 100644 --- a/host/lib/version.cpp +++ b/host/lib/version.cpp @@ -22,7 +22,7 @@ #ifndef UHD_DONT_PRINT_SYSTEM_INFO UHD_STATIC_BLOCK(print_system_info){ - std::cout + std::cerr << BOOST_PLATFORM << "; " << BOOST_COMPILER << "; " << "Boost_" << BOOST_VERSION << "; " |