commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5977 - gnuradio/branches/features/pager/gnuradio-core


From: jcorgan
Subject: [Commit-gnuradio] r5977 - gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime
Date: Sun, 15 Jul 2007 22:35:07 -0600 (MDT)

Author: jcorgan
Date: 2007-07-15 22:35:06 -0600 (Sun, 15 Jul 2007)
New Revision: 5977

Modified:
   
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2.cc
   
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2_detail.cc
   
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_runtime_impl.cc
   
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_simple_flowgraph_detail.cc
Log:
Disable hier_block2 debugging output.

Modified: 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2.cc
===================================================================
--- 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2.cc
    2007-07-16 04:29:58 UTC (rev 5976)
+++ 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2.cc
    2007-07-16 04:35:06 UTC (rev 5977)
@@ -29,7 +29,7 @@
 #include <gr_hier_block2_detail.h>
 #include <iostream>
 
-#define GR_HIER_BLOCK2_DEBUG 1
+#define GR_HIER_BLOCK2_DEBUG 0
 
 gr_hier_block2_sptr gr_make_hier_block2(const std::string &name, 
                                         gr_io_signature_sptr input_signature,

Modified: 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2_detail.cc
===================================================================
--- 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2_detail.cc
     2007-07-16 04:29:58 UTC (rev 5976)
+++ 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_hier_block2_detail.cc
     2007-07-16 04:35:06 UTC (rev 5977)
@@ -30,7 +30,7 @@
 #include <stdexcept>
 #include <iostream>
 
-#define GR_HIER_BLOCK2_DETAIL_DEBUG 1
+#define GR_HIER_BLOCK2_DETAIL_DEBUG 0
 
 gr_hier_block2_detail::gr_hier_block2_detail(gr_hier_block2 *owner) :
   d_owner(owner), 

Modified: 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_runtime_impl.cc
===================================================================
--- 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_runtime_impl.cc
   2007-07-16 04:29:58 UTC (rev 5976)
+++ 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_runtime_impl.cc
   2007-07-16 04:35:06 UTC (rev 5977)
@@ -38,7 +38,7 @@
 #include <stdexcept>
 #include <iostream>
 
-#define GR_RUNTIME_IMPL_DEBUG 1
+#define GR_RUNTIME_IMPL_DEBUG 0
 
 static gr_runtime_impl *s_runtime = 0;
 

Modified: 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_simple_flowgraph_detail.cc
===================================================================
--- 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_simple_flowgraph_detail.cc
        2007-07-16 04:29:58 UTC (rev 5976)
+++ 
gnuradio/branches/features/pager/gnuradio-core/src/lib/runtime/gr_simple_flowgraph_detail.cc
        2007-07-16 04:35:06 UTC (rev 5977)
@@ -33,7 +33,7 @@
 #include <stdexcept>
 #include <map>
 
-#define GR_SIMPLE_FLOWGRAPH_DETAIL_DEBUG 1
+#define GR_SIMPLE_FLOWGRAPH_DETAIL_DEBUG 0
 
 gr_edge_sptr
 gr_make_edge(const gr_endpoint &src, const gr_endpoint &dst)





reply via email to

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