VirtualBox

Ignore:
Timestamp:
Jun 9, 2015 9:55:47 AM (9 years ago)
Author:
vboxsync
Message:

ConsoleImpl: LogRel nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r56268 r56283  
    84998499        default:
    85008500        case DnDMode_Disabled:
    8501             LogRel(("Changed drag and drop mode to: Off\n"));
     8501            LogRel(("Drag and drop mode: Off\n"));
    85028502            parm.u.uint32 = VBOX_DRAG_AND_DROP_MODE_OFF;
    85038503            break;
    85048504        case DnDMode_GuestToHost:
    8505             LogRel(("Changed drag and drop mode to: Guest to Host\n"));
     8505            LogRel(("Drag and drop mode: Guest to Host\n"));
    85068506            parm.u.uint32 = VBOX_DRAG_AND_DROP_MODE_GUEST_TO_HOST;
    85078507            break;
    85088508        case DnDMode_HostToGuest:
    8509             LogRel(("Changed drag and drop mode to: Host to Guest\n"));
     8509            LogRel(("Drag and drop mode: Host to Guest\n"));
    85108510            parm.u.uint32 = VBOX_DRAG_AND_DROP_MODE_HOST_TO_GUEST;
    85118511            break;
    85128512        case DnDMode_Bidirectional:
    8513             LogRel(("Changed drag and drop mode to: Bidirectional\n"));
     8513            LogRel(("Drag and drop mode: Bidirectional\n"));
    85148514            parm.u.uint32 = VBOX_DRAG_AND_DROP_MODE_BIDIRECTIONAL;
    85158515            break;
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