Commit 91623c03 authored by Nicolas Delaby's avatar Nicolas Delaby

Update ready to use logs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35813 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 110881e7
......@@ -1111,9 +1111,10 @@ class XMLSyncUtilsMixin(SyncCode):
remote_xml=action))
else: # We want to retrieve more data
signature.setStatus(self.PARTIAL)
signature.appendPartialXML(partial_data)
#LOG('applyActionList', DEBUG, 'previous_partial: %s' % str(previous_partial))
#LOG('applyActionList', DEBUG, 'waiting more data for :%s' % signature.getId())
signature.appendPartialXML(data)
#LOG('applyActionList', INFO, 'waiting more data for :%s' % signature.getId())
#LOG('applyActionList', INFO, 'waiting more data for :%s' % object.getPath())
#LOG('applyActionList', INFO, data)
xml_confirmation_list.append(self.SyncMLConfirmation(
cmd_id=cmd_id,
cmd="%s" % action.xpath('name()'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment