From 5e21dc35fdace510484d95da17d3441bb41ea128 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 11 Mar 2024 11:26:05 -0500 Subject: [PATCH] Update src/utils/utils.py Co-authored-by: Cole Ramos Signed-off-by: Karl W. Schulz --- src/utils/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/utils.py b/src/utils/utils.py index 5a92736ca0..4d783c5aec 100644 --- a/src/utils/utils.py +++ b/src/utils/utils.py @@ -371,9 +371,9 @@ def detect_roofline(mspec): logging._SysExcInfoType("Detected user-supplied binary") return {"rocm_ver": "override", "distro": "override", "path": rooflineBinary} else: - msg = "[roofline] user-supplied path to binary not accessible" + msg = "user-supplied path to binary not accessible" msg += "--> ROOFLINE_BIN = %s\n" % target_binary - console_error(msg) + console_error("roofline", msg) elif rhel_distro == "platform:el8" or rhel_distro == "platform:el9": # Must be a valid RHEL machine distro = "platform:el8"