Explorar el Código

Add a missing format argument

Nick Mathewson hace 14 años
padre
commit
ee16c0c6e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

@@ -234,7 +234,7 @@ class Node:
 
     def start(self):
         if self.isRunning():
-            print "%s is already running"
+            print "%s is already running"%self._fields['nick']
             return
         torrc = self._getTorrcFname()
         cmdline = [