WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 08 of 11] CA-35165: Remove some more verbose, pointless

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 08 of 11] CA-35165: Remove some more verbose, pointless and frequent logging
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Mon, 30 Nov 2009 15:41:00 +0000
Delivery-date: Mon, 30 Nov 2009 07:40:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1259595652@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1259595425 0
# Node ID 867e4af3bc75bd8d1c28ed2e8eebb36b7116edf0
# Parent  5ccfa2ab41877451e99075815c155eb3bbb7229f
CA-35165: Remove some more verbose, pointless and frequent logging.

Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>

diff -r 5ccfa2ab4187 -r 867e4af3bc75 ocaml/xapi/xapi_vm_lifecycle.ml
--- a/ocaml/xapi/xapi_vm_lifecycle.ml   Mon Nov 30 15:37:05 2009 +0000
+++ b/ocaml/xapi/xapi_vm_lifecycle.ml   Mon Nov 30 15:37:05 2009 +0000
@@ -310,8 +310,6 @@
 (** Called on new VMs (clones, imports) and on server start to manually refresh
     the power state, allowed_operations field etc *)
 let force_state_reset ~__context ~self ~value:state =
-       warn("Forcibly resetting VM state");
-
        Db.VM.set_power_state ~__context ~self ~value:state;
        if (Db.VM.get_current_operations ~__context ~self)<>[] then
                Db.VM.set_current_operations ~__context ~self ~value:[];
1 file changed, 2 deletions(-)
ocaml/xapi/xapi_vm_lifecycle.ml |    2 --


Attachment: xen-api.hg-11.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>