VirtualBox

Changeset 48447 in vbox


Ignore:
Timestamp:
Sep 12, 2013 11:49:27 AM (11 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuest: lower some more logging priority.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r44528 r48447  
    941941     * subscribed to async notifications.
    942942     */
    943     Log(("VBoxGuestNativeISRMousePollEvent: wake_up_all\n"));
     943    Log3(("VBoxGuestNativeISRMousePollEvent: wake_up_all\n"));
    944944    wake_up_all(&g_PollEventQueue);
    945     Log(("VBoxGuestNativeISRMousePollEvent: kill_fasync\n"));
     945    Log3(("VBoxGuestNativeISRMousePollEvent: kill_fasync\n"));
    946946    kill_fasync(&g_pFAsyncQueue, SIGIO, POLL_IN);
    947947#ifdef VBOXGUEST_WITH_INPUT_DRIVER
     
    962962    }
    963963#endif
    964     Log(("VBoxGuestNativeISRMousePollEvent: done\n"));
     964    Log3(("VBoxGuestNativeISRMousePollEvent: done\n"));
    965965}
    966966
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