VirtualBox

Ignore:
Timestamp:
Apr 9, 2015 11:14:37 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99455
Message:

FE/Qt: logrel nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r54753 r55154  
    224224#ifdef VBOX_WITH_VIDEOHWACCEL
    225225    /* Log whether 2D video acceleration is enabled: */
    226     LogRel(("2D video acceleration is %s.\n",
     226    LogRel(("GUI: 2D video acceleration is %s.\n",
    227227           machine().GetAccelerate2DVideoEnabled() && VBoxGlobal::isAcceleration2DVideoAvailable()
    228228           ? "enabled" : "disabled"));
     
    231231/* Log whether HID LEDs sync is enabled: */
    232232#if defined(Q_WS_MAC) || defined(Q_WS_WIN)
    233     LogRel(("HID LEDs sync is %s.\n",
     233    LogRel(("GUI: HID LEDs sync is %s.\n",
    234234            uimachine()->machineLogic()->isHidLedsSyncEnabled()
    235235            ? "enabled" : "disabled"));
    236236#else /* !Q_WS_MAC && !Q_WS_WIN */
    237     LogRel(("HID LEDs sync is not supported on this platform.\n"));
     237    LogRel(("GUI: HID LEDs sync is not supported on this platform.\n"));
    238238#endif /* !Q_WS_MAC && !Q_WS_WIN */
    239239
Note: See TracChangeset for help on using the changeset viewer.

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