Skip to content

20250708.00

Choose a tag to compare

@guesttestinfra-bot guesttestinfra-bot released this 08 Jul 23:59
4e69460
Pass c-strings to logging functions (#140)

Passing a string to a variadic function can fail at runtime, and
results in the following error when compiling with clang++:
`error: cannot pass object of non-trivial type 'string' (aka 'basic_string<char>') through variadic function; call will abort at runtime`

This fixes the issue by passing c-strings to the relevant functions
instead of string.