Skip to content

Commit

Permalink
print out error message (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 authored Jul 10, 2023
1 parent a7e35a0 commit 8c18109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/arm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewClientFromConn(
}
clientFrame, err := c.updateKinematics(ctx)
if err != nil {
logger.Errorw("error getting model for arm; will not allow certain methods")
logger.Errorw("error getting model for arm; will not allow certain methods", "err", err)
} else {
c.model = clientFrame
}
Expand Down

0 comments on commit 8c18109

Please sign in to comment.