X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=blobdiff_plain;f=p2pool%2Fdata.py;fp=p2pool%2Fdata.py;h=7c44878906465e3cccf306cb4a2958319ec8f222;hp=0e62a0fa090ea7b5d5ada1dd81e272017e65f506;hb=8c30d486ead72c55906bbb230e78c2fbf75df4a5;hpb=11b0d96235a25f678b74151ac93e7e06a1b60c3c diff --git a/p2pool/data.py b/p2pool/data.py index 0e62a0f..7c44878 100644 --- a/p2pool/data.py +++ b/p2pool/data.py @@ -430,7 +430,7 @@ class OkayTracker(forest.Tracker): try: share.check(self) except: - log.err(None, 'Share check failed:') + log.err(None, 'Share check failed: %064x -> %064x' % (share.hash, share.previous_hash)) return False else: self.verified.add(share)