VirtualBox

Ignore:
Timestamp:
Jan 28, 2009 2:16:11 PM (16 years ago)
Author:
vboxsync
Message:

Additions/Linux: note to /me, don't spam the log!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r16095 r16315  
    351351        }
    352352        if (rc >= 0) {
    353             LogRelFunc(("client ID %u\n", info.u32ClientID));
    354353            vrc = vboxadd_cmc_call(vboxDev, VBOXGUEST_IOCTL_HGCM_DISCONNECT,
    355354                                   &info);
     
    552551        if (rc >= 0) {
    553552                int vrc;
    554                 LogRelFunc(("client ID %u\n", pInfo->u32ClientID));
    555553                vrc = vboxadd_cmc_call(vboxDev,
    556554                              VBOXGUEST_IOCTL_HGCM_CALL(u32Size), pInfo);
     
    612610        if (rc >= 0) {
    613611                int vrc;
    614                 LogRelFunc(("client ID %u\n", pInfo->info.u32ClientID));
    615612                pInfo->fInterruptible = true;  /* User space may not do uninterruptible waits */
    616613                vrc = vboxadd_cmc_call(vboxDev,
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