VirtualBox

Changeset 20721 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jun 19, 2009 12:28:41 PM (15 years ago)
Author:
vboxsync
Message:

VboxServiceVMInfo-win.cpp: %Rrc->%u for windows status code.

File:
1 edited

Legend:

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

    r20698 r20721  
    196196    }
    197197
    198     VBoxServiceVerbose(3, "Users: Session data: Name = %ls, Len = %d, SID = %s, LogonID = %d,%d\n", 
     198    VBoxServiceVerbose(3, "Users: Session data: Name = %ls, Len = %d, SID = %s, LogonID = %d,%d\n",
    199199        (sessionData->UserName).Buffer, (sessionData->UserName).Length, (sessionData->Sid != NULL) ? "1" : "0", sessionData->LogonId.HighPart, sessionData->LogonId.LowPart);
    200200
     
    237237
    238238        /* Only handle users which can login interactively or logged in remotely over native RDP. */
    239         if (   (((SECURITY_LOGON_TYPE)sessionData->LogonType == Interactive) 
     239        if (   (((SECURITY_LOGON_TYPE)sessionData->LogonType == Interactive)
    240240             || ((SECURITY_LOGON_TYPE)sessionData->LogonType == RemoteInteractive))
    241241             && (sessionData->Sid != NULL))
     
    381381    {
    382382        RegCloseKey (hKey);
    383         VBoxServiceError("Failed to query registry key (version)! Error: %Rrc\n",  rc);
     383        VBoxServiceError("Failed to query registry key (version)! Error: %u\n",  rc);
    384384        return 1;
    385385    }
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