Skip to content

Commit

Permalink
fixup! SILKit-1607: Usage of InternalLogger and key values
Browse files Browse the repository at this point in the history
  • Loading branch information
VLukasBecker committed Oct 14, 2024
1 parent 6aed3d5 commit ad44443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/source/services/logging/ILoggerInternal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class LoggerMessage
template <typename... Args>
void FormatMessage(fmt::format_string<Args...> fmt, Args&&... args)
{
msg = fmt::format(fmt, args...);
_msg = fmt::format(fmt, args...);
}

void SetMessage(std::string newMsg)
Expand Down

0 comments on commit ad44443

Please sign in to comment.