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 79d0109e5a
commit 918f22ba16

View File

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