From c2bc2f596ea40bc4fb7116206460a042daf74f97 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Tue, 3 May 2011 08:28:16 +0000
Subject: [PATCH] add logs to clearly know what was sent to mobyt

git-svn-id: https://svn.erp5.org/repos/experimental@2091 bc57dcba-3610-0410-ab4f-dc20bb96b918
---
 product/ERP5ShortMessage/Document/MobytGateway.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5ShortMessage/Document/MobytGateway.py b/product/ERP5ShortMessage/Document/MobytGateway.py
index 2ddb6aa064..8d95a6fed5 100644
--- a/product/ERP5ShortMessage/Document/MobytGateway.py
+++ b/product/ERP5ShortMessage/Document/MobytGateway.py
@@ -204,6 +204,7 @@ class MobytGateway(XMLObject):
         LOG("MobytGateway", INFO, params)
         result =  {'status': "Test"}
       else:
+        LOG('MobytGateway, sending to with params', 0, (base_url, params))
         params = urllib.urlencode(params)
         page = urllib.urlopen(base_url, params)
         result = self._fetchSendResponseAsDict(page)
-- 
2.30.9