mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +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());
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user