b574e196d9
WLog_PrintMessagePrefixVA is called with format being a stack variable. Always copy the data to message->PrefixString otherwise the information will be lost whenever the stack is destroyed.