Skip to content

Commit

Permalink
More stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Sep 9, 2024
1 parent b49d4fd commit d0d4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixiecore/booters.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (g *grpcbooter) BootSpec(m Machine) (*Spec, error) {
}

spec, err := bootSpec(g.key, g.urlPrefix, r)
g.log.Info("bootspec", "return spec", spec)
g.log.Info("bootspec", "raw spec", r, "return spec", spec)
return spec, err
}

Expand Down

0 comments on commit d0d4551

Please sign in to comment.