1
0
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:
2014-05-24 23:54:00 -07:00
parent 281f95638d
commit 48ca0fde19
6 changed files with 25 additions and 28 deletions

View File

@ -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());
}
//