Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Jan 11, 2025
1 parent b76ece6 commit 2d66907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
}

func (c *Client) postReifyStatus(nc spec.NetworkCensored) (latest bool, err error) {
data, _ = json.MarshalIndent(nc, "", " ")
zap.S().Debugf("nc2:\n%s", data)
data, err := json.Marshal(coord.PostReifyStatusRequest{
Reified: nc,
})
Expand Down

0 comments on commit 2d66907

Please sign in to comment.