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

pipeline fix

parent 320219a1
No related branches found
No related tags found
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: %d (%v)",
now.UnixNano(), lastCheck, lastCheck, now.Sub(lastCheck), now.Sub(lastCheck))
jww.DEBUG.Printf("Now: %d, LastCheck: %d (%v), Different: %v",
now.UnixNano(), lastCheck, 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