mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Added plugin name to logs.
This commit is contained in:
parent
b6861033d0
commit
8d350bc012
@ -1181,7 +1181,7 @@ public int Native_LogMessage(Handle plugin, int numParams)
|
||||
char[] sBuffer = new char[300];
|
||||
FormatNativeString(0, 1, 2, 300, iWritten, sBuffer);
|
||||
|
||||
LogToFileEx(gS_LogPath, "%s", sBuffer);
|
||||
LogToFileEx(gS_LogPath, "[%s] %s", sPlugin, sBuffer);
|
||||
}
|
||||
|
||||
public int Native_MarkKZMap(Handle handler, int numParams)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user