Skip to content

Commit 180942b

Browse files
authored
Fix typo in CLuaDatabaseDefs::DbFreeCallback (#2314)
1 parent ce9d3de commit 180942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/luadefs/CLuaDatabaseDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ void CLuaDatabaseDefs::DbFreeCallback(CDbJobData* pJobData, void* pContext)
215215
if (pJobData->stage >= EJobStage::RESULT && pJobData->result.status == EJobResult::FAIL)
216216
{
217217
if (!pJobData->result.bErrorSuppressed)
218-
m_pScriptDebugging->LogWarning(pJobData->m_LuaDebugInfo, "dbExec failed; (%d) %s", pJobData->result.uiErrorCode, *pJobData->result.strReason);
218+
m_pScriptDebugging->LogWarning(pJobData->m_LuaDebugInfo, "dbFree failed; (%d) %s", pJobData->result.uiErrorCode, *pJobData->result.strReason);
219219
}
220220
}
221221

0 commit comments

Comments
 (0)