From f6d996b0859cc2cfd616e625514ec05e4493d16b Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 11 Mar 2024 11:15:33 -0500 Subject: [PATCH] Update src/omniperf_profile/profiler_base.py Co-authored-by: Cole Ramos Signed-off-by: Karl W. Schulz --- src/omniperf_profile/profiler_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omniperf_profile/profiler_base.py b/src/omniperf_profile/profiler_base.py index 7236797aaf..50d714bea5 100644 --- a/src/omniperf_profile/profiler_base.py +++ b/src/omniperf_profile/profiler_base.py @@ -177,7 +177,7 @@ class OmniProfiler_Base: msg = "Successfully joined {} in pmc_perf.csv".format(key) console_debug(msg + "\n") if test_df_column_equality(_df) and self.__args.verbose: - console_log("profile", msg) + console_log("profiling", msg) # now, we can: #   A) throw away any of the "boring" duplicates