diff --git a/network/ephemeral/tracker.go b/network/ephemeral/tracker.go
index 532a11fd47136694ebf7f49b4e51a1419c1be216..920540fd82ba10013b416d6f863117c946c605b3 100644
--- a/network/ephemeral/tracker.go
+++ b/network/ephemeral/tracker.go
@@ -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))