git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a35b1e
)
Display version when daemon starts.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 22 Feb 2012 14:42:41 +0000
(14:42 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 22 Feb 2012 16:15:44 +0000
(16:15 +0000)
daemon/whenjobsd.ml
patch
|
blob
|
history
diff --git
a/daemon/whenjobsd.ml
b/daemon/whenjobsd.ml
index
a994279
..
3f9fe89
100644
(file)
--- a/
daemon/whenjobsd.ml
+++ b/
daemon/whenjobsd.ml
@@
-117,7
+117,8
@@
Options:
);
(* Start syslog. *)
- Syslog.notice "daemon started: uid=%d home=%s" euid home;
+ Syslog.notice "daemon started: version=%s uid=%d home=%s"
+ Config.package_version euid home;
(* If there is a jobs.cmo file, load it. *)
let () =