Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Dec 4, 2024

Problem:

  • CIB_FATAL formats the string it passes to log, but passes the bare arguments to stdx::panic.

Solution:

  • Pass the formatted string to stdx::panic.

Note:

  • There is a small improvement here to to_message also.

Problem:
- `CIB_FATAL` formats the string it passes to `log`, but passes the bare
  arguments to `stdx::panic`.

Solution:
- Pass the formatted string to `stdx::panic`.

Note:
- There is a small improvement here to `to_message` also.
@elbeno elbeno enabled auto-merge December 4, 2024 20:50
@elbeno elbeno merged commit 1643c37 into intel:main Dec 4, 2024
22 checks passed
@elbeno elbeno deleted the improve-fatal-log branch December 4, 2024 23:25
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.

2 participants