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).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4154 to 4155) | Dyre Tjeldvoll | 18 Feb 2013 |