From: Dyre Tjeldvoll Date: January 11 2013 12:55pm Subject: bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4154 to 4155) List-Archive: http://lists.mysql.com/commits/145600 Message-Id: <20130111125549.10346.63227.4155@khepri17.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4155 Dyre Tjeldvoll 2013-01-11 Add missing str() modified: storage/ndb/mcc/util.py 4154 Dyre Tjeldvoll 2013-01-11 Add debug to trace connection errors on windows modified: storage/ndb/mcc/util.py === modified file 'storage/ndb/mcc/util.py' --- a/storage/ndb/mcc/util.py 2013-01-11 11:26:48 +0000 +++ b/storage/ndb/mcc/util.py 2013-01-11 12:54:28 +0000 @@ -53,7 +53,7 @@ def try_connect(url_host, port, success= except socket.error as err: if retdict.has_key(err.errno): return retdict[err.errno] - _logger.debug('err.errno='+err.errno+' not found in retdict='+str(retdict)) + _logger.debug('err.errno='+str(err.errno)+' not found in retdict='+str(retdict)) raise else: return success No bundle (reason: useless for push emails).