commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8495 - usrp2/trunk/host/lib


From: eb
Subject: [Commit-gnuradio] r8495 - usrp2/trunk/host/lib
Date: Sun, 25 May 2008 19:22:17 -0600 (MDT)

Author: eb
Date: 2008-05-25 19:22:16 -0600 (Sun, 25 May 2008)
New Revision: 8495

Modified:
   usrp2/trunk/host/lib/usrp2_basic.cc
Log:
Don't send debugging output to stdout

Modified: usrp2/trunk/host/lib/usrp2_basic.cc
===================================================================
--- usrp2/trunk/host/lib/usrp2_basic.cc 2008-05-26 00:34:11 UTC (rev 8494)
+++ usrp2/trunk/host/lib/usrp2_basic.cc 2008-05-26 01:22:16 UTC (rev 8495)
@@ -64,7 +64,7 @@
   : d_ethernet(new GRI_ETHERNET()), d_pf(0), d_seqno(0), d_next_rid(0)
 {
   if (USRP2_BASIC_DEBUG)
-    std::cout << "usrp2_basic: constructor" << std::endl;
+    std::cerr << "usrp2_basic: constructor" << std::endl;
 
   op_id_reply_t r;
   if (!usrp2_basic::find_usrp_by_mac(ifc, addr, &r))
@@ -80,7 +80,7 @@
 usrp2_basic::~usrp2_basic()
 {
   if (USRP2_BASIC_DEBUG)
-    std::cout << "usrp2_basic: destructor" << std::endl;
+    std::cerr << "usrp2_basic: destructor" << std::endl;
 
   delete d_pf;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]