[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Fix two typos caught by psycocat
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv4984/src/minion/lib/mixminion
Modified Files:
MMTPClient.py
Log Message:
Fix two typos caught by psycocat
Index: MMTPClient.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/MMTPClient.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- MMTPClient.py 13 Apr 2004 04:00:59 -0000 1.57
+++ MMTPClient.py 27 Apr 2004 13:12:52 -0000 1.58
@@ -131,7 +131,7 @@
self._isFailed = 0
self._isAlive = 1
EventStats.log.attemptedConnect()
- LOG.debug("Openining client connection to %s",self.address)
+ LOG.debug("Opening client connection to %s",self.address)
self.beginConnecting()
def addPacket(self, deliverableMessage):
@@ -270,7 +270,7 @@
self.startShutdown()
return
- LOG.debug("MMTP protocol negotaiated with %s: version %s",
+ LOG.debug("MMTP protocol negotiated with %s: version %s",
self.address, self.protocol)
# Now that we're connected, optimize for throughput.