mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T709, add colon for "swiftbus:" log messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
79d0109e5a
commit
918f22ba16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user