commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10225 - gnuradio/branches/developers/eb/gcell-wip/gce


From: eb
Subject: [Commit-gnuradio] r10225 - gnuradio/branches/developers/eb/gcell-wip/gcell/lib/runtime/spu
Date: Wed, 14 Jan 2009 21:11:55 -0700 (MST)

Author: eb
Date: 2009-01-14 21:11:53 -0700 (Wed, 14 Jan 2009)
New Revision: 10225

Modified:
   gnuradio/branches/developers/eb/gcell-wip/gcell/lib/runtime/spu/gc_main.c
Log:
diagnostic output off

Modified: 
gnuradio/branches/developers/eb/gcell-wip/gcell/lib/runtime/spu/gc_main.c
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/gcell/lib/runtime/spu/gc_main.c   
2009-01-15 04:05:03 UTC (rev 10224)
+++ gnuradio/branches/developers/eb/gcell-wip/gcell/lib/runtime/spu/gc_main.c   
2009-01-15 04:11:53 UTC (rev 10225)
@@ -691,7 +691,7 @@
 
       else if (MBOX_MSG_OP(msg) == OP_EXIT){
        flush_completion_info();
-       if (1){
+       if (0){
          printf("spu[%2d] jdq_empty = %8d  jdq_locked = %8d  jdq_ok = %8d\n",
                 spu_args.spu_idx, jdq_empty, jdq_locked, jdq_ok);
        }





reply via email to

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