Skip to content

Commit abb70a6

Browse files
committed
fix(ssh): show device uid on web endpoint handler correctly
1 parent c4735e0 commit abb70a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/http/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (h *Handlers) HandleHTTPProxy(c echo.Context) error {
106106
logger := log.WithFields(log.Fields{
107107
"request-id": requestID,
108108
"namespace": endpoint.Namespace,
109-
"device": endpoint.Device,
109+
"device": endpoint.DeviceUID,
110110
})
111111

112112
// Prepare V1 CONNECT handshake request (only used if version=V1 inside target implementation)

0 commit comments

Comments
 (0)