aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/xenstored/logging.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/xenstored/logging.ml')
-rw-r--r--tools/ocaml/xenstored/logging.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ocaml/xenstored/logging.ml b/tools/ocaml/xenstored/logging.ml
index 84d7c82cba..7152b4ec6c 100644
--- a/tools/ocaml/xenstored/logging.ml
+++ b/tools/ocaml/xenstored/logging.ml
@@ -182,6 +182,7 @@ let string_of_access_type = function
| Xenbus.Xb.Op.Error -> "error "
| Xenbus.Xb.Op.Watchevent -> "w event "
+ | Xenbus.Xb.Op.Invalid -> "invalid "
(*
| x -> Xenbus.Xb.Op.to_string x
*)