diff --git a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py index 50d714bea5..1d2eea4a48 100644 --- a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py @@ -386,7 +386,7 @@ class OmniProfiler_Base: console_error(output) else: console_debug(output) - console_log("profile", "Current input file: %s" % fname) + console_log("profiling", "Current input file: %s" % fname) # Fetch any SoC/profiler specific profiling options options = self._soc.get_profiler_options()