Signed-off-by: Matthias Goergens <[email protected]>

 camldm/camldm_stubs.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


# HG changeset patch
# User Matthias Goergens <[email protected]>
# Date 1274194687 -3600
# Node ID 098e7ecbacd5bd42e01adde4f48bb195d7f9fbd2
# Parent  90fe4d63c19b39c88935a9b9a5bc43517df43610
camldm_stubs.c: removed some debugging messages

Signed-off-by: Matthias Goergens <[email protected]>

diff --git a/camldm/camldm_stubs.c b/camldm/camldm_stubs.c
--- a/camldm/camldm_stubs.c
+++ b/camldm/camldm_stubs.c
@@ -307,7 +307,7 @@ value camldm_ls()
     
     list = cons (caml_copy_string(names->name), list);
     
-    printf("%s\t(:Debug only)\n", names->name);
+    // printf("%s\t(:Debug only)\n", names->name);
     next = names->next;
   } while (next);
 
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to