Skip to content

fix: resolve non-constant format string errors in logging calls#171

Merged
privateip merged 1 commit intoitential:develfrom
privateip:fix-test-cases
Dec 2, 2025
Merged

fix: resolve non-constant format string errors in logging calls#171
privateip merged 1 commit intoitential:develfrom
privateip:fix-test-cases

Conversation

@privateip
Copy link
Member

  • Fixed fmt.Fprintf call in testlib server to use Fprint instead
  • Updated logger.Debug calls to include format specifiers
  • Corrected terminal.Display to accept format string directly
  • Fixed logger.Info calls across services to use "%s" format
  • Updated logger.Error and logger.Warn calls with proper format strings

- Fixed fmt.Fprintf call in testlib server to use Fprint instead
- Updated logger.Debug calls to include format specifiers
- Corrected terminal.Display to accept format string directly
- Fixed logger.Info calls across services to use "%s" format
- Updated logger.Error and logger.Warn calls with proper format strings
@privateip privateip merged commit 3ab2715 into itential:devel Dec 2, 2025
1 check passed
@privateip privateip deleted the fix-test-cases branch December 2, 2025 14:42
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