fix: print_log -> print_error
authorecdsa <ecdsa@github>
Sat, 27 Apr 2013 08:57:15 +0000 (10:57 +0200)
committerecdsa <ecdsa@github>
Sat, 27 Apr 2013 08:57:15 +0000 (10:57 +0200)
lib/interface.py

index 490a161..fa156ea 100644 (file)
@@ -338,7 +338,7 @@ class Interface(threading.Thread):
                     timeout = True
                 except socket.error, err:
                     if err.errno in [11, 10035]:
-                        print_log("socket errno", err.errno)
+                        print_error("socket errno", err.errno)
                         time.sleep(0.1)
                         continue
                     else: