diff --git a/rocclr/device/pal/paldevice.hpp b/rocclr/device/pal/paldevice.hpp index 47ceb0cb57..5b3b4af5e0 100644 --- a/rocclr/device/pal/paldevice.hpp +++ b/rocclr/device/pal/paldevice.hpp @@ -615,7 +615,7 @@ class Device : public NullDevice { virtual bool findLinkInfo(const amd::Device& other_device, std::vector* link_attr) { // Unsupported in PAL - LogPrintfError("The function is unsupported on Windows"); + LogError("The function is unsupported on Windows"); return false; }