Skip to content

Commit

Permalink
reinforce how share loading exception is harmless
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed Sep 30, 2012
1 parent 79e8357 commit 10d85be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def get_shares(self):
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())

Expand Down

0 comments on commit 10d85be

Please sign in to comment.