VirtualBox

Changeset 108092 in vbox for trunk/src


Ignore:
Timestamp:
Feb 6, 2025 8:58:45 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167386
Message:

Windows driver installation: Logging nits. bugref:10762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp

    r108085 r108092  
    20112011
    20122012        vboxWinDrvInstLogInfo(pCtx, VBOX_PRODUCT " Version " VBOX_VERSION_STRING " - r%s", RTBldCfgRevisionStr());
    2013         vboxWinDrvInstLogInfo(pCtx, "Detected Windows version %d.%d.%d (%s)", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer),
    2014                                                                               RTSYSTEM_NT_VERSION_GET_MINOR(pCtx->uOsVer),
    2015                                                                               RTSYSTEM_NT_VERSION_GET_BUILD(pCtx->uOsVer),
    2016                                                                               RTBldCfgTargetArch());
     2013        vboxWinDrvInstLogInfo(pCtx, "Using Windows version %d.%d.%d (%s)", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer),
     2014                                                                           RTSYSTEM_NT_VERSION_GET_MINOR(pCtx->uOsVer),
     2015                                                                           RTSYSTEM_NT_VERSION_GET_BUILD(pCtx->uOsVer),
     2016                                                                           RTBldCfgTargetArch());
    20172017
    20182018        rc = RTOnce(&g_vboxWinDrvInstResolveOnce, vboxWinDrvInstResolveOnce, pCtx);
     
    21142114    pCtx->uOsVer = uOsVer;
    21152115
    2116     vboxWinDrvInstLogInfo(pCtx, "Set OS version to: %u.%u\n", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer),
    2117                                                               RTSYSTEM_NT_VERSION_GET_MINOR(pCtx->uOsVer));
     2116    vboxWinDrvInstLogInfo(pCtx, "Set OS version to: %u.%u", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer),
     2117                                                            RTSYSTEM_NT_VERSION_GET_MINOR(pCtx->uOsVer));
    21182118}
    21192119
     
    26092609}
    26102610#endif /* TESTCASE */
    2611 
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette