VirtualBox

Changeset 10778 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 21, 2008 2:19:11 PM (17 years ago)
Author:
vboxsync
Message:

Windows VBoxService: Some important release logging as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r10777 r10778  
    233233    if (gVBoxDriver == INVALID_HANDLE_VALUE)
    234234    {
    235         Log(("VBoxTray: Could not open VBox Guest Additions driver! Please install / start it first! rc = %d\n", GetLastError()));
     235        LogRel(("VBoxTray: Could not open VirtualBox Guest Additions driver! Please install / start it first! rc = %d\n", GetLastError()));
    236236        status = ERROR_GEN_FAILURE;
    237237    }
     
    508508        return rc;
    509509
    510     Log(("VBoxTray: Started.\n"));
     510    LogRel(("VBoxTray: Started.\n"));
    511511
    512512    gInstance = hInstance;
    513513    VBoxServiceStart();
    514514
    515     Log(("VBoxTray: Ended.\n"));
     515    LogRel(("VBoxTray: Ended.\n"));
    516516
    517517    /* Release instance mutex. */
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