VirtualBox

Changeset 6949 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 14, 2008 1:21:36 PM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: made some logging optional in the clipboard client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xclient/clipboard.cpp

    r6237 r6949  
    6363#include "clipboard.h"
    6464
     65#if defined(LOG_TO_BACKDOOR) && !defined(DEBUG_CLIPBOARD)
     66# undef LogFlow
     67# define LogFlow(a)
     68#endif
     69
    6570#define VBOX_INIT_CALL(__a, __b, __c) do {                                                             \
    6671    (__a)->hdr.result      = VINF_SUCCESS;                                                             \
     
    14381443                if (VBOX_SUCCESS (rc))
    14391444                {
    1440                     Log(("vboxClipboardHostEvent u32Msg %d, u32Formats %d\n", u32Msg, u32Formats));
     1445                    LogFlowFunc(("vboxClipboardHostEvent u32Msg %d, u32Formats %d\n", u32Msg, u32Formats));
    14411446
    14421447                    switch (u32Msg)
     
    14851490        }
    14861491
    1487         Log(("processed host event rc = %d\n", rc));
     1492        LogFlowFunc(("processed host event rc = %d\n", rc));
    14881493    }
    14891494    LogFlowFunc(("rc=%d\n", rc));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette