SWDEV-1 - Fix a build error.

Change-Id: I5f14cdca04ee9867f0ae63fff197a0f21ee5f1d2
이 커밋은 다음에 포함됨:
Jason Tang
2022-11-30 12:24:42 -05:00
부모 5b19eb7210
커밋 56fe793134
+1 -1
파일 보기
@@ -615,7 +615,7 @@ class Device : public NullDevice {
virtual bool findLinkInfo(const amd::Device& other_device,
std::vector<LinkAttrType>* link_attr) {
// Unsupported in PAL
LogPrintfError("The function is unsupported on Windows");
LogError("The function is unsupported on Windows");
return false;
}