Skip to content

Commit

Permalink
Add warning for unknown/unimplemented sim messages
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Feb 3, 2023
1 parent 794571e commit 9c78319
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ void DataManager::processDispatchMessage(SIMCONNECT_RECV* pRecv, [[maybe_unused]
}

default:
LOG_WARN("DataManager: Unknown/Unimplemented SimConnect message received: " + std::to_string(pRecv->dwID));
break;
}
}
Expand Down

0 comments on commit 9c78319

Please sign in to comment.