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:
4224949
)
daemon: Report 'Dynlink.is_native' when starting daemon.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 28 Apr 2012 18:44:56 +0000
(19:44 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 28 Apr 2012 18:44:56 +0000
(19:44 +0100)
daemon/whenjobsd.ml
patch
|
blob
|
history
diff --git
a/daemon/whenjobsd.ml
b/daemon/whenjobsd.ml
index
f5e766a
..
4846279
100644
(file)
--- a/
daemon/whenjobsd.ml
+++ b/
daemon/whenjobsd.ml
@@
-123,8
+123,8
@@
Options:
);
(* Start syslog. *)
- Syslog.notice "daemon started: version=%s uid=%d home=%s"
- Config.package_version euid home;
+ Syslog.notice "daemon started: version=%s uid=%d home=%s
native=%b
"
+ Config.package_version euid home
Dynlink.is_native
;
(* If there is a jobs__*.cmo/jobs__*.cmxs file, load it. *)
(try Daemon.reload_files () with Failure _ -> ());