servlib/bundling/BPQBlockProcessor.cc
changeset 52 a16393d6081f
parent 51 c6ca423f1eaf
child 54 4122c50abb39
equal deleted inserted replaced
51:c6ca423f1eaf 52:a16393d6081f
    86     log_info_p(LOG, "BPQBlockProcessor::prepare()");
    86     log_info_p(LOG, "BPQBlockProcessor::prepare()");
    87 
    87 
    88     (void)link;
    88     (void)link;
    89     (void)list; 
    89     (void)list; 
    90 
    90 
       
    91     log_debug_p(LOG, "prepare(): data_length() = %lu", source->data_length());
       
    92     log_debug_p(LOG, "prepare(): data_offset() = %lu", source->data_offset());
       
    93     log_debug_p(LOG, "prepare(): full_length() = %lu", source->full_length());
    91 
    94 
    92     // Received blocks are added to the end of the list (which
    95     // Received blocks are added to the end of the list (which
    93     // maintains the order they arrived in) but API blocks 
    96     // maintains the order they arrived in) but API blocks 
    94     // are added after the primary block (that is, before the
    97     // are added after the primary block (that is, before the
    95     // payload and the received blocks). This places them "outside"
    98     // payload and the received blocks). This places them "outside"