Skip to content
Snippets Groups Projects
Commit 4cf2d2cf authored by Jake Taylor's avatar Jake Taylor
Browse files

pipeline fix

parent cf25a601
Branches
Tags
No related merge requests found
......@@ -64,8 +64,8 @@ func track(session *storage.Session, ourId *id.ID, stop *stoppable.Single) {
protoIds, err := ephemeral.GetIdsByRange(ourId, receptionStore.GetIDSize(),
now, now.Sub(lastCheck))
jww.DEBUG.Printf("Now: %d, LastCheck: %d (%v), Different: %v",
now.UnixNano(), lastCheck, lastCheck, now.Sub(lastCheck))
jww.DEBUG.Printf("Now: %d, LastCheck: %v, Different: %v",
now.UnixNano(), lastCheck, now.Sub(lastCheck))
jww.DEBUG.Printf("protoIds Count: %d", len(protoIds))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment