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

fix pipeline

parent f0a43759
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ func track(session *storage.Session, ourId *id.ID, stop *stoppable.Single) {
protoIds, err := ephemeral.GetIdsByRange(ourId, receptionStore.GetIDSize(),
now.UnixNano(), now.Sub(lastCheck))
jww.INFO.Printf("Now: %d, LastCheck: %d (%v), Different: %d (%v)",
jww.INFO.Printf("Now: %d, LastCheck: %v (%v), Different: %v (%v)",
now.UnixNano(), lastCheck, lastCheck, now.Sub(lastCheck), now.Sub(lastCheck))
jww.INFO.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