Skip to content

Commit dbd9a35

Browse files
committed
fix typo in logs
1 parent 5672cca commit dbd9a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ func (p *Proxy) copyMeasurementsToHeader(conn *tls.ConnectionState, header *http
163163
header.Set(AttestationTypeHeader, atlsVariant.String())
164164
header.Set(MeasurementHeader, string(marshaledPcrs))
165165

166-
p.log.With(AttestationTypeHeader, atlsVariant.String()).With(MeasurementHeader, string(marshaledPcrs)).Debug("[proxy-request: add-headers] meaasurement headers added")
166+
p.log.With(AttestationTypeHeader, atlsVariant.String()).With(MeasurementHeader, string(marshaledPcrs)).Debug("[proxy-request: add-headers] measurement headers added")
167167
return 0, nil
168168
}

0 commit comments

Comments
 (0)