Skip to content

Commit 3b9647f

Browse files
committed
print QAT warnings to cerr
Change-Id: I21c759c0800a259b9084a385f9555b0ca3ff8d02
1 parent 51ae8b7 commit 3b9647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpucounters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ void PCM::initUncorePMUsDirect()
26662666
std::hex << devInfo.func << "/telemetry/control";
26672667
qatTLMCTLStr = readSysFS(qat_TLMCTL_sysfs_path.str().c_str(), true);
26682668
if(!qatTLMCTLStr.size()){
2669-
std::cout << "Warning: IDX - QAT telemetry feature of B:0x" << std::hex << devInfo.bus << ",D:0x" << devInfo.dev << ",F:0x" << devInfo.func \
2669+
std::cerr << "Warning: IDX - QAT telemetry feature of B:0x" << std::hex << devInfo.bus << ",D:0x" << devInfo.dev << ",F:0x" << devInfo.func \
26702670
<< " is NOT available, skipped." << std::dec << std::endl;
26712671
continue;
26722672
}

0 commit comments

Comments
 (0)