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 03 of 11] CA-35165: Trim a xapi startup message

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 03 of 11] CA-35165: Trim a xapi startup message
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Mon, 30 Nov 2009 15:40:55 +0000
Delivery-date: Mon, 30 Nov 2009 07:40:25 -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 1259595422 0
# Node ID b9e5b4439b52ca8dabd7214397fc484441767b4e
# Parent  8572dd0dccffb24e590be172eba5290871d58ec8
CA-35165: Trim a xapi startup message.

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

diff -r 8572dd0dccff -r b9e5b4439b52 ocaml/xapi/xapi.ml
--- a/ocaml/xapi/xapi.ml        Mon Nov 30 15:37:02 2009 +0000
+++ b/ocaml/xapi/xapi.ml        Mon Nov 30 15:37:02 2009 +0000
@@ -617,7 +617,7 @@
     ignore(Http_svr.start (localhost_sock, "inet-RPC"));
     in
 
-  let print_server_starting_message() = debug "xapi server starting; 
on_system_boot=%b" !Xapi_globs.on_system_boot in
+  let print_server_starting_message() = debug "on_system_boot=%b" 
!Xapi_globs.on_system_boot in
 
   (* Record the initial value of Master_connection.connection_timeout and set 
it to 'never'. When we are a slave who
      has just started up we want to wait forever for the master to appear. 
(See CA-25481) *)
1 file changed, 1 insertion(+), 1 deletion(-)
ocaml/xapi/xapi.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>