From 56fe7931342bd6ea665c4f6b833ea3c9c63a4c50 Mon Sep 17 00:00:00 2001 From: Jason Tang Date: Wed, 30 Nov 2022 12:24:42 -0500 Subject: [PATCH] SWDEV-1 - Fix a build error. Change-Id: I5f14cdca04ee9867f0ae63fff197a0f21ee5f1d2 --- rocclr/device/pal/paldevice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }