From: Peter Dinda Date: Tue, 26 Apr 2011 23:57:31 +0000 (-0500) Subject: Removed extraneous PrintError and replaced with PrintDebug X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c208772eda5eab05cd36d059ec6947da3e7c929;p=palacios-OLD.git Removed extraneous PrintError and replaced with PrintDebug --- diff --git a/palacios/src/palacios/vmm_emulator.c b/palacios/src/palacios/vmm_emulator.c index 15a56d6..c05e09d 100644 --- a/palacios/src/palacios/vmm_emulator.c +++ b/palacios/src/palacios/vmm_emulator.c @@ -314,7 +314,7 @@ static int run_str_op(struct guest_info * core, struct x86_instr * instr, struct rflags * flags_reg = (struct rflags *)&(core->ctrl_regs.rflags); - PrintError("Emulation_len=%d, tmp_rcx=%d\n", emulation_length, (uint_t)tmp_rcx); + PrintDebug("Emulation_len=%d, tmp_rcx=%d\n", emulation_length, (uint_t)tmp_rcx); if (instr->op_type == V3_OP_MOVS) {