mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Unstringtheoryify the DebugMsg
This commit is contained in:
@ -173,8 +173,9 @@ hsBool plLogicModBase::MsgReceive(plMessage* msg)
|
||||
void plLogicModBase::IHandleArbitration(plServerReplyMsg* pSMsg)
|
||||
{
|
||||
hsAssert(pSMsg->GetType() != plServerReplyMsg::kUnInit, "uninit server reply msg");
|
||||
plNetClientApp::GetInstance()->DebugMsg("LM: LogicModifier {} recvd trigger request reply:{}, wasRequesting={}, t={f}\n",
|
||||
GetKeyName(),
|
||||
|
||||
plNetClientApp::GetInstance()->DebugMsg("LM: LogicModifier %s recvd trigger request reply:%s, wasRequesting=%d, t=%f\n",
|
||||
GetKeyName().c_str(),
|
||||
pSMsg->GetType() == plServerReplyMsg::kDeny ? "denied" : "confirmed",
|
||||
HasFlag(kRequestingTrigger), hsTimer::GetSysSeconds());
|
||||
|
||||
|
Reference in New Issue
Block a user