ppf/new: Fix constructor of LiveLogStatus.
[cs-p2p-next.git] / ppf / new / util.py
index d807af5..5068e02 100644 (file)
@@ -11,7 +11,7 @@ class LiveLogStatus(object):
     """
 
     def __init__(self, position=0):
-        self.position = 0
+        self.position = position
 
 
 class LiveLogFile(object):