Author: Matthias Gorgens <matthi...@matthias-desktop.(none)> Date: Mon Mar 8 16:07:32 2010 +0000
camldm_stubs.c: removed some debugging messages 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 1274191678 -3600 # Node ID 1cb3d1b1ff2dde64df685e225e1f6570752344e4 # Parent 37f51fc3580f98a3ecc979624c6b7709c8fdc406 commit a2515de5556dcb70b7a103221aff818270d4f42d Author: Matthias Gorgens <matthi...@matthias-desktop.(none)> Date: Mon Mar 8 16:07:32 2010 +0000 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
