From: Jérémie D. <Ba...@us...> - 2010-05-20 19:56:02
|
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 f8f0962c983e01f45754512fef21d92a6f72a32a (commit) from 3203ee03ae548651c179d42d530326159cfa862e (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 f8f0962c983e01f45754512fef21d92a6f72a32a Author: [Kro]bot <kr...@wa...> Date: Thu May 20 21:41:40 2010 +0200 add some missing ~section ----------------------------------------------------------------------- Changes: diff --git a/info/control/driver/driver.ml b/info/control/driver/driver.ml index b3568d0..2a3320d 100644 --- a/info/control/driver/driver.ml +++ b/info/control/driver/driver.ml @@ -104,7 +104,7 @@ let poll card ?(update_delay=Config.update_delay) initial get = set_value x; return () with exn -> - lwt () = Lwt_log.error_f ~exn "reading from card %s failed with" card.card_name in + lwt () = Lwt_log.error_f ~section ~exn "reading from card %s failed with" card.card_name in return () end | None -> @@ -1352,7 +1352,7 @@ lwt () = let usage_msg = Printf.sprintf "Usage: %s [-n]\n\noptions are:" (Filename.basename (Sys.argv.(0))) in Arg.parse args ignore usage_msg; - lwt () = Lwt_log.notice_f "loading infrareds calibration data from %S" !Infrared.data_file in + lwt () = Lwt_log.notice_f ~section "loading infrareds calibration data from %S" !Infrared.data_file in lwt () = Infrared.reload_config () in (* Open the krobot message bus *) hooks/post-receive -- krobot |