mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-02 03:33:05 +00:00
fix trace log message
This commit is contained in:
parent
4aae917f74
commit
163e5c29e4
1 changed files with 2 additions and 2 deletions
|
@ -241,8 +241,8 @@ func (api headscaleV1APIServer) RenameMachine(
|
||||||
|
|
||||||
log.Trace().
|
log.Trace().
|
||||||
Str("machine", machine.Hostname).
|
Str("machine", machine.Hostname).
|
||||||
Time("expiry", *machine.Expiry).
|
Str("new_name", request.GetNewName()).
|
||||||
Msg("machine expired")
|
Msg("machine renamed")
|
||||||
|
|
||||||
return &v1.RenameMachineResponse{Machine: machine.toProto()}, nil
|
return &v1.RenameMachineResponse{Machine: machine.toProto()}, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue