Author: michaelld
Date: 2007-09-13 14:24:46 -0600 (Thu, 13 Sep 2007)
New Revision: 6426

Modified:
   
gnuradio/branches/developers/michaelld/mc_and_rt/gnuradio-core/src/lib/runtime/gr_realtime.cc
Log:
Disabled rogue printf.



Modified: 
gnuradio/branches/developers/michaelld/mc_and_rt/gnuradio-core/src/lib/runtime/gr_realtime.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/mc_and_rt/gnuradio-core/src/lib/runtime/gr_realtime.cc
       2007-09-13 20:02:43 UTC (rev 6425)
+++ 
gnuradio/branches/developers/michaelld/mc_and_rt/gnuradio-core/src/lib/runtime/gr_realtime.cc
       2007-09-13 20:24:46 UTC (rev 6426)
@@ -81,7 +81,7 @@
       return RT_OTHER_ERROR;
     }
   }
-  printf("SCHED_FIFO enabled with priority = %d\n", pri);
+  //printf("SCHED_FIFO enabled with priority = %d\n", pri);
   return RT_OK;
 }
 



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to