Skip to content

fix: correct log format string in init functions#2624

Open
Lil-Duckling-22 wants to merge 4 commits intocosmos:mainfrom
Lil-Duckling-22:fix/log-format-string-error
Open

fix: correct log format string in init functions#2624
Lil-Duckling-22 wants to merge 4 commits intocosmos:mainfrom
Lil-Duckling-22:fix/log-format-string-error

Conversation

@Lil-Duckling-22
Copy link

Replace stdlog.Println with stdlog.Printf to properly format error messages in init functions across all app packages. The previous format string "%2" was being printed literally instead of formatting the error value.

Fixed in: consumer, provider, sovereign, and consumer-democracy apps.

Replace stdlog.Println with stdlog.Printf to properly format error messages
in init functions across all app packages. The previous format string "%2"
was being printed literally instead of formatting the error value.

Fixed in: consumer, provider, sovereign, and consumer-democracy apps.
@github-actions github-actions bot added the C:Testing Assigned automatically by the PR labeler label Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:Testing Assigned automatically by the PR labeler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant