diff --git a/projects/clr/rocclr/device/pal/paldevice.cpp b/projects/clr/rocclr/device/pal/paldevice.cpp index 122d4df34a..ab911867ae 100644 --- a/projects/clr/rocclr/device/pal/paldevice.cpp +++ b/projects/clr/rocclr/device/pal/paldevice.cpp @@ -1296,6 +1296,7 @@ bool Device::init() { // PAL init if (Pal::Result::Success != Pal::CreatePlatform(info, platformObj_, &platform_)) { + LogError("Pal::CreatePlatform failed!"); return false; }