Skip to content

Conversation

@tmleman
Copy link
Contributor

@tmleman tmleman commented Jan 29, 2026

Remove function names from logging.

Remove function names from logging.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
Copilot AI review requested due to automatic review settings January 29, 2026 13:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes function names from logging statements in the ARIA audio processing module, replacing them with the generic "entry" string to reduce redundancy since the function context is typically available through other means (e.g., stack traces, debug symbols).

Changes:

  • Updated logging statements in five functions (aria_init, aria_prepare, aria_reset, aria_process, aria_set_config) to use "entry" instead of function names

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@softwarecki softwarecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good cleanup

Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we get these for free now with zephyr :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants