From: Kyle Hale Date: Mon, 7 Oct 2013 20:17:24 +0000 (-0500) Subject: Reduced debugging output from consoles / ioctls X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=09ffb2b89e1089c43239a3c1f86d08fb7ba63b28;p=palacios.releases.git Reduced debugging output from consoles / ioctls --- diff --git a/linux_module/vm.c b/linux_module/vm.c index dd4aeda..ea585ab 100644 --- a/linux_module/vm.c +++ b/linux_module/vm.c @@ -156,7 +156,7 @@ static long v3_vm_ioctl(struct file * filp, struct v3_guest * guest = filp->private_data; - INFO("V3 IOCTL %d\n", ioctl); + DEBUG("V3 IOCTL %d\n", ioctl); switch (ioctl) { case V3_VM_LAUNCH: { diff --git a/linux_usr/vnc/x0vncserver.cxx b/linux_usr/vnc/x0vncserver.cxx index cd5fb87..7a4c438 100644 --- a/linux_usr/vnc/x0vncserver.cxx +++ b/linux_usr/vnc/x0vncserver.cxx @@ -370,7 +370,7 @@ public: } virtual void keyEvent(rdr::U32 key, bool down) { - vlog.info("Key event received (key=%d, down=%d.",key,down); + //vlog.info("Key event received (key=%d, down=%d.",key,down); uint8_t scan_code = convert_to_scancode(key,down); @@ -423,7 +423,7 @@ public: exit(-1); } - fprintf(stderr,"render!\n"); + //fprintf(stderr,"render!\n"); server->add_changed(pb->getRect()); server->tryUpdate();