Skip to content

Commit 2d66907

Browse files
committed
oops
1 parent b76ece6 commit 2d66907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

device/client.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
334334
}
335335

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

0 commit comments

Comments
 (0)