# HG changeset patch # User Thomas Gazagnaire # Date 1260356739 0 # Node ID 48d834891b973f975619417c2dd7b6bc83a7b46c # Parent b8fefebee7bf9a9127b67af37e68741e72c35919 imported patch xenstore-always-log-errors-which-are-not-enoent diff -r b8fefebee7bf -r 48d834891b97 ocaml/xenstored/logging.ml --- a/ocaml/xenstored/logging.ml Wed Dec 09 11:05:36 2009 +0000 +++ b/ocaml/xenstored/logging.ml Wed Dec 09 11:05:39 2009 +0000 @@ -228,7 +228,7 @@ let xb_answer ~tid ~con ~ty data = let print = match ty with | Xb.Op.Error when is_error_kind data "ENOENT" -> !log_read_ops - | Xb.Op.Error -> !log_special_ops + | Xb.Op.Error -> true | Xb.Op.Watchevent -> true | _ -> false in