Rename EventResponsePayload to be clearer

This commit is contained in:
Robbert van der Helm
2020-05-07 17:21:38 +02:00
parent a3aad51e41
commit 92f0d95357
4 changed files with 26 additions and 29 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ void Logger::log_event(bool is_dispatch,
void Logger::log_event_response(bool is_dispatch,
int opcode,
intptr_t return_value,
const EventResposnePayload& payload) {
const EventResultPayload& payload) {
if (BOOST_UNLIKELY(verbosity >= Verbosity::most_events)) {
if (should_filter_event(is_dispatch, opcode)) {
return;