SWDEV-1 - Fix a build error.

Change-Id: I5f14cdca04ee9867f0ae63fff197a0f21ee5f1d2


[ROCm/clr commit: 56fe793134]
This commit is contained in:
Jason Tang
2022-11-30 12:24:42 -05:00
parent 3b77cda4aa
commit 5cc5cf4f11
+1 -1
View File
@@ -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;
}