moved BPQ block prepair code from BlockProcessor to BPQBlockProcessor
authoraidan
Thu, 18 Aug 2011 12:11:00 +0100
changeset 49 767b4a1b4a9e
parent 48 40c9ff70865a
child 50 4ef31c3e5a8b
moved BPQ block prepair code from BlockProcessor to BPQBlockProcessor
servlib/bundling/BundleProtocol.cc
--- a/servlib/bundling/BundleProtocol.cc	Thu Aug 18 11:45:24 2011 +0100
+++ b/servlib/bundling/BundleProtocol.cc	Thu Aug 18 12:11:00 2011 +0100
@@ -133,6 +133,7 @@
                 continue;
             }
             
+            log_debug_p(LOG, "adding recv_block %d", iter->type());
             iter->owner()->prepare(bundle, xmit_blocks, &*iter, link,
                                    BlockInfo::LIST_RECEIVED);
         }
@@ -150,7 +151,7 @@
          iter != api_blocks->end();
          ++iter)
     {
-        log_debug_p(LOG, "adding api_block");
+        log_debug_p(LOG, "adding api_block %d", iter->type());
         iter->owner()->prepare(bundle, xmit_blocks, 
                                &*iter, link, BlockInfo::LIST_API);
     }