We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76ece6 commit 2d66907Copy full SHA for 2d66907
device/client.go
@@ -334,6 +334,8 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
334
}
335
336
func (c *Client) postReifyStatus(nc spec.NetworkCensored) (latest bool, err error) {
337
+ data, _ = json.MarshalIndent(nc, "", " ")
338
+ zap.S().Debugf("nc2:\n%s", data)
339
data, err := json.Marshal(coord.PostReifyStatusRequest{
340
Reified: nc,
341
})
0 commit comments