Update to 2.7.3
[profile/ivi/python.git] / Lib / telnetlib.py
index 2bfd9cd..bae4ae7 100644 (file)
@@ -236,7 +236,7 @@ class Telnet:
 
         """
         if self.debuglevel > 0:
-            print 'Telnet(%s,%d):' % (self.host, self.port),
+            print 'Telnet(%s,%s):' % (self.host, self.port),
             if args:
                 print msg % args
             else: