VirtualBox

Ignore:
Timestamp:
Jun 20, 2007 10:41:50 AM (17 years ago)
Author:
vboxsync
Message:

some logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r3153 r3176  
    18451845    bool fTerminateDuringStartup;
    18461846    fTerminateDuringStartup = false;
     1847
     1848    LogRel(("VBoxSDL: NUM lock initially %s, CAPS lock initially %s\n",
     1849              !!(SDL_GetModState() & KMOD_NUM)  ? "ON" : "OFF",
     1850              !!(SDL_GetModState() & KMOD_CAPS) ? "ON" : "OFF"));
    18471851
    18481852    /* start regular timer so we don't starve in the event loop */
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