]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Unity/X11: Spam the vmtoolsd log less.
authorVMware, Inc <>
Tue, 29 Mar 2011 20:00:52 +0000 (13:00 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 29 Mar 2011 20:00:52 +0000 (13:00 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/services/plugins/unity/unitylib/unityPlatformX11.cc

index 8c46380b2f5778eba6c030de3a207c3ff18b5c6c..ba658a66ae99b7f5e3d4290c46dc62fd28afd098 100644 (file)
@@ -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