From: Jérémie D. <Ba...@us...> - 2011-03-23 19:26:45
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via b4e5a277a43da0fceaf3b05384e6db6f07d43865 (commit) from 7c145a8bcb0fa1400dbe1344b84efd887941a4ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b4e5a277a43da0fceaf3b05384e6db6f07d43865 Author: Jérémie Dimino <je...@di...> Date: Wed Mar 23 20:25:53 2011 +0100 [info] typo in the message printer ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/lib/krobot_message.ml b/info/control2011/src/lib/krobot_message.ml index 5536716..121d531 100644 --- a/info/control2011/src/lib/krobot_message.ml +++ b/info/control2011/src/lib/krobot_message.ml @@ -46,7 +46,7 @@ let to_string = function "Encoder_position_speed_4(%f, %f)" pos speed | Unknown frame -> - Krobot_can.string_of_frame frame + sprintf "Unknown%s" (Krobot_can.string_of_frame frame) (* +-----------------------------------------------------------------+ | Encoding | hooks/post-receive -- krobot |