reinforce how share loading exception is harmless
authorForrest Voight <forrest@forre.st>
Sun, 30 Sep 2012 00:57:26 +0000 (20:57 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 30 Sep 2012 00:57:35 +0000 (20:57 -0400)
p2pool/data.py

index 4787f30..a114462 100644 (file)
@@ -595,7 +595,7 @@ class ShareStore(object):
                         else:
                             raise NotImplementedError("share type %i" % (type_id,))
                     except Exception:
-                        log.err(None, "Error while reading saved shares, continuing where left off:")
+                        log.err(None, "HARMLESS error while reading saved shares, continuing where left off:")
         self.known = known
         self.known_desired = dict((k, (set(a), set(b))) for k, (a, b) in known.iteritems())