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:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user