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