mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed building issue with fmt
This commit is contained in:
parent
431be7914c
commit
1db5631439
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ namespace gdpm{
|
|||
set_suffix_if("\n");
|
||||
vlog(
|
||||
fmt::format("{}{}{}{}\n", GDPM_COLOR_LOG_ERROR, prefix.contents, e.get_message(), GDPM_COLOR_LOG_RESET),
|
||||
fmt::make_format_args(prefix.contents, e.get_message())
|
||||
fmt::make_format_args()
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue