From: Jack Lange Date: Fri, 18 Sep 2009 21:30:23 +0000 (-0500) Subject: removed annoying debug statement X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=ee5d4a193aacdda000a10119e957bac4141b5452 removed annoying debug statement --- diff --git a/palacios/src/palacios/vmm_mem.c b/palacios/src/palacios/vmm_mem.c index 0f1c004..b012bc3 100644 --- a/palacios/src/palacios/vmm_mem.c +++ b/palacios/src/palacios/vmm_mem.c @@ -387,7 +387,7 @@ addr_t v3_get_shadow_addr(struct v3_shadow_region * reg, addr_t guest_addr) { (reg->host_type != SHDW_REGION_FULL_HOOK)) { return (guest_addr - reg->guest_start) + reg->host_addr; } else { - PrintError("MEM Region Invalid\n"); + // PrintError("MEM Region Invalid\n"); return 0; }