typo: expected -> unexpected
authorthomasv <thomasv@gitorious>
Mon, 22 Oct 2012 13:17:43 +0000 (15:17 +0200)
committerthomasv <thomasv@gitorious>
Mon, 22 Oct 2012 13:17:43 +0000 (15:17 +0200)
lib/interface.py

index f4e434d..1a10861 100644 (file)
@@ -103,7 +103,7 @@ class Interface(threading.Thread):
                     if (method, params) in v:
                         channel = k
                 else:
-                    print "received expected notification", method, params
+                    print "received unexpected notification", method, params
                     return
 
             if method == 'blockchain.numblocks.subscribe':