Skip to content

Commit 80ce938

Browse files
authored
1 parent 49d9523 commit 80ce938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/AsyncLogger/Logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ namespace al
7171
inline void LOGF(const eLogLevel level, LogIntermediate formatString, Args&&... formatArgs)
7272
{
7373
auto capture = LogCapture(level, std::move(formatString.Location()));
74-
capture << VFORMAT(formatString.FormatString(), MAKE_FORMAT_ARGS(std::forward<Args>(formatArgs)...));
74+
capture << VFORMAT(formatString.FormatString(), MAKE_FORMAT_ARGS(formatArgs...));
7575
}
7676
}

0 commit comments

Comments
 (0)