merge branch

This commit is contained in:
Kilian Hofmann 2022-09-02 17:42:48 +02:00
parent 27edf28f42
commit 7439747876

View File

@ -277,4 +277,4 @@ void toLog(const std::string &message)
std::stringstream msg;
msg << "German Airlines VA: " << message << std::endl;
XPLMDebugString(msg.str().c_str());
}
}