mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-21 10:06:00 -05:00
fix trace log message
This commit is contained in:
@@ -241,8 +241,8 @@ func (api headscaleV1APIServer) RenameMachine(
|
||||
|
||||
log.Trace().
|
||||
Str("machine", machine.Hostname).
|
||||
Time("expiry", *machine.Expiry).
|
||||
Msg("machine expired")
|
||||
Str("new_name", request.GetNewName()).
|
||||
Msg("machine renamed")
|
||||
|
||||
return &v1.RenameMachineResponse{Machine: machine.toProto()}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user