Skip to content
Snippets Groups Projects
Commit ad22349a authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix typo

parent 0eb5eb29
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ func (s *Session) GetNodeKeysFromCircuit(topology *connect.Circuit) (
for i := 0; i < topology.Len(); i++ {
nid := topology.GetNodeAtIndex(i)
keys[i] = nodeKeys[nid.String()]
globals.Log.INFO.Printf("Read NodeKey: %s: %v", nid, key)
globals.Log.INFO.Printf("Read NodeKey: %s: %v", nid, keys[i])
}
return keys, nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment