From d7c9f3cf9e9924d76e8355e4367300603e81370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 23 Oct 2014 23:57:01 +0200 Subject: [PATCH] Ah ben non, en fait y avait pas de typo (quel dommage) --- cmb/producer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmb/producer.py b/cmb/producer.py index c017edd9..10c1f9c4 100644 --- a/cmb/producer.py +++ b/cmb/producer.py @@ -20,7 +20,7 @@ logger = clogger.CLogger("cmbprod", sys.argv[0].split("/")[-1].replace(".py", "" class BasicProducer(object): """ - This is CMB basic producer, it doesn't have to be asynchronous nor anything, + This is CMB basic producer, it doesn't have to be asynchronous or anything, it's just a basic object that sends messages. """ @@ -38,6 +38,7 @@ class BasicProducer(object): self._port = port self._credentials = credentials self._ssl = ssl + logger.info("Initializing with app_id %s" % (self._app_id,)) def connect(self):