Skip to content
Snippets Groups Projects
Commit a4c13cb6 authored by benjamin's avatar benjamin
Browse files

fixed a bug in tracker

parent b192c2b0
No related branches found
No related tags found
2 merge requests!510Release,!428built the system to sequentually pick up old ephemerals, breaks interfaces and tests
...@@ -392,12 +392,12 @@ func (t *manager) generateIdentitiesOverRange(inQuestion *TrackedID, ...@@ -392,12 +392,12 @@ func (t *manager) generateIdentitiesOverRange(inQuestion *TrackedID,
if isLastIdentity := i == len(protoIds)-1; isLastIdentity { if isLastIdentity := i == len(protoIds)-1; isLastIdentity {
jww.INFO.Printf("Current Identity: %d (source: %s), Start: %s, "+ jww.INFO.Printf("Current Identity: %d (source: %s), Start: %s, "+
"End: %s, addrSize: %d", "End: %s, addrSize: %d",
identitiesToAdd[i].EphId.Int64(), newIdentity.EphId.Int64(),
identitiesToAdd[i].Source, newIdentity.Source,
identitiesToAdd[i].StartValid, newIdentity.StartValid,
identitiesToAdd[i].EndValid, newIdentity.EndValid,
addressSize) addressSize)
lastIdentityEnd = identitiesToAdd[i].End lastIdentityEnd = newIdentity.End
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment