]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/CacheManager.py
Remove some unnecessary calls to log.err and just print the error message instead.
[quix0rs-apt-p2p.git] / apt_p2p / CacheManager.py
index 6801e023d6e152e981e1021c3e1ee47e53ca9de9..e6a8408fb37422bb4f112c9fdd9d0d30c195e540 100644 (file)
@@ -307,7 +307,6 @@ class CacheManager:
         hash = HashObject()
         df = hash.hashInThread(file)
         df.addBoth(self._doneHashing, file, walker)
-        df.addErrback(log.err)
     
     def _doneHashing(self, result, file, walker):
         """If successful, add the hashed file to the DB and inform the main program."""