1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Add a newline when printing miles debug output

This commit is contained in:
Kawe Mazidjatari 2023-04-01 10:24:08 +02:00
parent b15d848c66
commit 7827721277

@ -10,7 +10,7 @@
//-----------------------------------------------------------------------------
void AIL_LogFunc(int64_t nLogLevel, const char* pszMessage)
{
DevMsg(eDLL_T::AUDIO, pszMessage);
DevMsg(eDLL_T::AUDIO, "%s\n", pszMessage);
v_AIL_LogFunc(nLogLevel, pszMessage);
}