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 10 of 11] CA-35165: Remove spammy 'check_rbac=%b' debug

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 10 of 11] CA-35165: Remove spammy 'check_rbac=%b' debug print
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Mon, 30 Nov 2009 15:41:02 +0000
Delivery-date: Mon, 30 Nov 2009 07:44:53 -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 1259595427 0
# Node ID 290db74fb2539851f8b8d595b484796c2cfc358b
# Parent  0ce8573e2051c86469d7dbcb9144609229929f29
CA-35165: Remove spammy 'check_rbac=%b' debug print.

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

diff -r 0ce8573e2051 -r 290db74fb253 ocaml/xapi/xapi_http.ml
--- a/ocaml/xapi/xapi_http.ml   Mon Nov 30 15:37:06 2009 +0000
+++ b/ocaml/xapi/xapi_http.ml   Mon Nov 30 15:37:07 2009 +0000
@@ -228,7 +228,6 @@
        | Http_svr.BufIO callback ->
                Http_svr.BufIO (fun req ic ->
                        (try 
-                          debug "check_rbac = %b" check_rbac;
                           (try
                                if check_rbac 
                                then (* rbac checks *)
1 file changed, 1 deletion(-)
ocaml/xapi/xapi_http.ml |    1 -


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>