aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/xenstored/disk.ml
diff options
context:
space:
mode:
authorJon Ludlam <jonathan.ludlam@eu.citrix.com>2011-10-10 16:41:16 +0100
committerJon Ludlam <jonathan.ludlam@eu.citrix.com>2011-10-10 16:41:16 +0100
commitc69fddbd5dfa3004aaf2d0f2dde00c9ec3dd6d5d (patch)
tree026fb9ddfbfe1cfdf8273b1a26b0806387a2d826 /tools/ocaml/xenstored/disk.ml
parentcc3739d41c4b4536e88c07256df3e89d41f5816f (diff)
downloadxen-c69fddbd5dfa3004aaf2d0f2dde00c9ec3dd6d5d.tar.gz
xen-c69fddbd5dfa3004aaf2d0f2dde00c9ec3dd6d5d.tar.bz2
xen-c69fddbd5dfa3004aaf2d0f2dde00c9ec3dd6d5d.zip
tools/ocaml: Remove log library from tools/ocaml/libs
The only user was oxenstored, which has had the relevant bits merged in. Signed-off-by: Zheng Li <zheng.li@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
Diffstat (limited to 'tools/ocaml/xenstored/disk.ml')
-rw-r--r--tools/ocaml/xenstored/disk.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/xenstored/disk.ml b/tools/ocaml/xenstored/disk.ml
index 65dd42a940..4ae1fce0fb 100644
--- a/tools/ocaml/xenstored/disk.ml
+++ b/tools/ocaml/xenstored/disk.ml
@@ -17,7 +17,7 @@
let enable = ref false
let xs_daemon_database = "/var/run/xenstored/db"
-let error = Logs.error "general"
+let error fmt = Logging.error "disk" fmt
(* unescape utils *)
exception Bad_escape