From: VMware, Inc <> Date: Tue, 29 Mar 2011 20:00:52 +0000 (-0700) Subject: Unity/X11: Spam the vmtoolsd log less. X-Git-Tag: 2011.03.28-387002~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441b0fcc1bc85f93127998ddd9aa57df5af4c086;p=thirdparty%2Fopen-vm-tools.git Unity/X11: Spam the vmtoolsd log less. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/services/plugins/unity/unitylib/unityPlatformX11.cc b/open-vm-tools/services/plugins/unity/unitylib/unityPlatformX11.cc index 8c46380b2..ba658a66a 100644 --- a/open-vm-tools/services/plugins/unity/unitylib/unityPlatformX11.cc +++ b/open-vm-tools/services/plugins/unity/unitylib/unityPlatformX11.cc @@ -1246,7 +1246,6 @@ UnityX11HandleEvents(gpointer data) // IN ASSERT(up); ASSERT(up->isRunning); - Debug("Starting unity event handling\n"); while (XEventsQueued(up->display, QueuedAfterFlush)) { /* * This outer loop is here to make sure we really process all available events