Skip to content

Commit 54a34f3

Browse files
authored
fix: output for convert layer2 to layer 3 command (#390)
metal-cli Convert subcommand from layer 2 to layer 3 logs pointers for the addresses Fixes: #386
2 parents cd40bb0 + b241841 commit 54a34f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ports/convert.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (c *Client) Convert() *cobra.Command {
9595
}
9696

9797
convToL3 := func(portID string) (*metal.Port, *http.Response, error) {
98-
log.Printf("Converting port %s to layer-3 with addresses %v", portID, addrs)
98+
log.Printf("Converting port %s to layer-3", portID)
9999
return c.PortService.
100100
ConvertLayer3(context.Background(), portID).
101101
PortConvertLayer3Input(metal.PortConvertLayer3Input{

0 commit comments

Comments
 (0)