<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,12 +25,14 @@ class Payload(object):
             logger.error(&quot;Invalid payload format&quot;)
             logger.debug(self.data)
             return False
-        logger.debug(&quot;Sending to %s%s\n%s&quot;, self.url(), self.path(), self.data)
+        extra_params = self._extra_params()
+        logger.debug(&quot;Sending to %s%s\n%s\n%s&quot;, self.url(), self.path(),
+                     extra_params, self.data)
         urlparts = urlparse.urlparse(self.url())
         (status, reason, body) = send(
           urlparts,
           self.path(),
-          self._extra_params(),
+          extra_params,
           [('file', 'data.json.gz', self._compressed())]
         )
         if status == 201:</diff>
      <filename>fiveruns/dash/protocol.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f0cafec6d1b615225c7444826fcea205e130e0cf</id>
    </parent>
  </parents>
  <author>
    <name>Gisle Aas</name>
    <email>gisle@aas.no</email>
  </author>
  <url>http://github.com/fiveruns/dash-python/commit/63eb3a95d5b70ce9bdbaf65aae73bd0fc5e57beb</url>
  <id>63eb3a95d5b70ce9bdbaf65aae73bd0fc5e57beb</id>
  <committed-date>2009-03-12T16:44:08-07:00</committed-date>
  <authored-date>2009-03-10T03:46:31-07:00</authored-date>
  <message>Also log the extra_params sendt back to dash-collector

Signed-off-by: Bruce Williams &lt;bruce@codefluency.com&gt;</message>
  <tree>f286d5ec5d1bce758e556ffbd2d45c44ef6e95d7</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
