Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84b8eb10e6
|
@@ -64,7 +64,7 @@ class CounterStore:
|
||||
|
||||
v = f.read(8)
|
||||
self.count = int.from_bytes(v, byteorder='big')
|
||||
logg.info('counter starts at {}'.format(self.count))
|
||||
logg.debug('counter starts at {}'.format(self.count))
|
||||
|
||||
f.seek(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user