Ref T709, add colon for "swiftbus:" log messages

This commit is contained in:
Klaus Basan
2019-08-01 00:47:09 +02:00
committed by Mat Sutcliffe
parent d090295471
commit 45427f5ef3

View File

@@ -51,9 +51,7 @@ namespace XSwiftBus
assert(!filePath.empty());
std::ostringstream ss;
ss << "xswiftbus";
ss << ' ';
ss << "xswiftbus: ";
#if defined(XSWIFTBUS_ENABLE_TRACE_LOG)
switch (type)
@@ -95,7 +93,6 @@ namespace XSwiftBus
std::string buffer = ss.str();
XPLMDebugString(buffer.c_str());
}
}
//! \endcond