Changeset 55154 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 9, 2015 11:14:37 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r54753 r55154 224 224 #ifdef VBOX_WITH_VIDEOHWACCEL 225 225 /* Log whether 2D video acceleration is enabled: */ 226 LogRel((" 2D video acceleration is %s.\n",226 LogRel(("GUI: 2D video acceleration is %s.\n", 227 227 machine().GetAccelerate2DVideoEnabled() && VBoxGlobal::isAcceleration2DVideoAvailable() 228 228 ? "enabled" : "disabled")); … … 231 231 /* Log whether HID LEDs sync is enabled: */ 232 232 #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", 234 234 uimachine()->machineLogic()->isHidLedsSyncEnabled() 235 235 ? "enabled" : "disabled")); 236 236 #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")); 238 238 #endif /* !Q_WS_MAC && !Q_WS_WIN */ 239 239
Note:
See TracChangeset
for help on using the changeset viewer.