[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, upstream, updated. upstream/3.5-22-g90c0167

Eric Cooper ecc at cmu.edu
Fri Apr 17 15:51:52 UTC 2009


The following commit has been merged in the upstream branch:
commit 23fb524b4177ac63d759253749647caaa944aaf9
Author: Eric Cooper <ecc at cmu.edu>
Date:   Fri Mar 13 18:07:27 2009 -0400

    use program name when opening log

diff --git a/log.ml b/log.ml
index 4b5041f..52c2b06 100644
--- a/log.ml
+++ b/log.ml
@@ -6,7 +6,7 @@ open Util
 open Syslog
 
 let facility = facility_of_string Config.syslog
-let log = openlog ~facility Sys.argv.(0)
+let log = openlog ~facility (Filename.basename Sys.argv.(0))
 
 let message enabled level =
   (* ensure message is newline-terminated,

-- 
approx upstream and debian packaging



More information about the Pkg-ocaml-maint-commits mailing list