Skip to content

Commit e56b48c

Browse files
committed
Reduce loader proxy logging
1 parent 876fedc commit e56b48c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client/core/Core.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ void AddLoaderProxyReport()
4646
if (winmm)
4747
FreeLibrary(winmm);
4848

49+
if (loaderSource == 1 && winmm && winmm == loaderHandle)
50+
return;
51+
4952
AddReportLog(7120, SString("winmm.dll @%lu %08X=%08X [h:%08X, s:%08X]", loaderSource, reinterpret_cast<DWORD>(loaderHandle), reinterpret_cast<DWORD>(winmm),
5053
reinterpret_cast<DWORD>(mtasaGetLibraryHandle), reinterpret_cast<DWORD>(mtasaGetLibrarySource)));
5154
}

0 commit comments

Comments
 (0)