VirtualBox

Changeset 50019 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 3, 2014 1:09:08 PM (11 years ago)
Author:
vboxsync
Message:

CPUMR3CpuId.cpp (trunk+4.3): s/RTStrmPrintf/Log/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r49893 r50019  
    55
    66/*
    7  * Copyright (C) 2013 Oracle Corporation
     7 * Copyright (C) 2013-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2828#include <iprt/ctype.h>
    2929#include <iprt/mem.h>
    30 #include <iprt/stream.h>
    3130#include <iprt/string.h>
    3231
     
    10621061        }
    10631062
    1064         RTStrmPrintf(g_pStdErr, "cNeither=%d cSame=%d cLastWithEcx=%d cTotal=%d\n", cNeither, cSame, cLastWithEcx, cTotal);
     1063        Log(("CPUM: cNeither=%d cSame=%d cLastWithEcx=%d cTotal=%d\n", cNeither, cSame, cLastWithEcx, cTotal));
    10651064        if (cSame == cTotal)
    10661065            *penmUnknownMethod = CPUMUKNOWNCPUID_LAST_STD_LEAF;
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