Skip to content

Fix text formatting for track rip failures#680

Open
drjaska wants to merge 1 commit intowhipper-team:developfrom
drjaska:drjaska/track-failed-print-format-fix
Open

Fix text formatting for track rip failures#680
drjaska wants to merge 1 commit intowhipper-team:developfrom
drjaska:drjaska/track-failed-print-format-fix

Conversation

@drjaska
Copy link
Copy Markdown

@drjaska drjaska commented Mar 15, 2026

When a track fails to rip, instead of printing

track %d failed to rip. 5

we should print the following

track 5 failed to rip.

When a track fails to rip, instead of printing

> track %d failed to rip. 5

we should print the following

> track 5 failed to rip.

Signed-off-by: drjaska <drjaska83@gmail.com>
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

💖 Thanks for opening your first pull request here! 💖

@drjaska
Copy link
Copy Markdown
Author

drjaska commented Mar 17, 2026

Looking at this closer, I may have confused Python string concatenation syntax and assumed that a bug in a previous Debian package had not been fixed in the current codebase. The code should, as is, provide a format string and an argument for it to the logger. Without testing with a scratched disc I can't tell whether this is a meaningful change or not in the current pre-release anymore.

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.

1 participant