Changeset 6949 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 14, 2008 1:21:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/clipboard.cpp
r6237 r6949 63 63 #include "clipboard.h" 64 64 65 #if defined(LOG_TO_BACKDOOR) && !defined(DEBUG_CLIPBOARD) 66 # undef LogFlow 67 # define LogFlow(a) 68 #endif 69 65 70 #define VBOX_INIT_CALL(__a, __b, __c) do { \ 66 71 (__a)->hdr.result = VINF_SUCCESS; \ … … 1438 1443 if (VBOX_SUCCESS (rc)) 1439 1444 { 1440 Log (("vboxClipboardHostEvent u32Msg %d, u32Formats %d\n", u32Msg, u32Formats));1445 LogFlowFunc(("vboxClipboardHostEvent u32Msg %d, u32Formats %d\n", u32Msg, u32Formats)); 1441 1446 1442 1447 switch (u32Msg) … … 1485 1490 } 1486 1491 1487 Log (("processed host event rc = %d\n", rc));1492 LogFlowFunc(("processed host event rc = %d\n", rc)); 1488 1493 } 1489 1494 LogFlowFunc(("rc=%d\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.