VirtualBox

Changeset 43230 in vbox


Ignore:
Timestamp:
Sep 6, 2012 3:34:30 PM (12 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp

    r42154 r43230  
    284284           && RT_SUCCESS(rc))
    285285    {
    286         VBoxServiceVerbose(4, "Found logged in user \"%s\"\n",
    287                            ut_user->ut_user);
     286        VBoxServiceVerbose(4, "Found logged in user \"%s\" (type: %d)\n",
     287                           ut_user->ut_user, ut_user->ut_type);
    288288        if (cUsersInList > cListSize)
    289289        {
     
    304304            if (!fFound)
    305305            {
     306                VBoxServiceVerbose(4, "Adding user \"%s\" (type: %d) to list\n",
     307                                   ut_user->ut_user, ut_user->ut_type);
     308
    306309                rc = RTStrDupEx(&papszUsers[cUsersInList], (const char *)ut_user->ut_user);
    307310                if (RT_FAILURE(rc))
     
    360363    }
    361364
    362     VBoxServiceVerbose(4, "cUsersInList: %u, pszUserList: %s, rc=%Rrc\n",
     365    VBoxServiceVerbose(4, "cUsersInList=%RU32, pszUserList=%s, rc=%Rrc\n",
    363366                       cUsersInList, pszUserList ? pszUserList : "<NULL>", rc);
    364367
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