URI: 
       tless verbose debug message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a99c2bc9fae73db95624e38e0c9e3f561c3947f6
   DIR parent 9d747fb601c684fb91d489cbf41461775eb8e820
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue,  5 May 2015 21:00:35 +0200
       
       less verbose debug message
       
       Diffstat:
         M lib/synchronizer.py                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/synchronizer.py b/lib/synchronizer.py
       t@@ -135,7 +135,7 @@ class WalletSynchronizer(util.DaemonThread):
        
                    elif method == 'blockchain.address.get_history':
                        addr = params[0]
       -                self.print_error("receiving history", addr, result)
       +                self.print_error("receiving history", addr, len(result))
                        hist = []
                        # check that txids are unique
                        txids = []