commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6426 - gnuradio/branches/developers/michaelld/mc_and_


From: michaelld
Subject: [Commit-gnuradio] r6426 - gnuradio/branches/developers/michaelld/mc_and_rt/gnuradio-core/src/lib/runtime
Date: Thu, 13 Sep 2007 14:24:47 -0600 (MDT)

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;
 }
 





reply via email to

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