mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
More plFormat -- some may make minor changes to certain debug output
(mostly regarding bools)
This commit is contained in:
@ -704,8 +704,8 @@ plString plNetMsgSDLState::AsString() const
|
||||
{
|
||||
ISetDescName(); // set desc name for debug if necessary
|
||||
|
||||
return plString::Format("object:%s, initial:%d, %s",
|
||||
ObjectInfo()->GetObjectName().c_str(), fIsInitialState, plNetMsgStreamedObject::AsString().c_str() );
|
||||
return plFormat("object:{}, initial:{}, {}",
|
||||
ObjectInfo()->GetObjectName(), fIsInitialState, plNetMsgStreamedObject::AsString());
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user