Changeset 16758

Show
Ignore:
Timestamp:
07/01/08 12:40:16 (2 months ago)
Author:
rambo
Message:

log the file we are about to send

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/midcom.helper.replicator/transporter/http.php

    r16756 r16758  
    103103        ); 
    104104        debug_push_class(__CLASS__, __FUNCTION__); 
    105         debug_add('Posting ' . strlen($post_vars['midcom_helper_replicator_import_xml']) . ' bytes to ' . $this->url); 
     105        debug_add('Posting ' . strlen($post_vars['midcom_helper_replicator_import_xml']) . " bytes to {$this->url} (file {$items[$key]})"); 
    106106        debug_pop(); 
    107107        $response = $client->post($this->url, $post_vars);