mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 23:35:27 +00:00
Rename mist.log to mis-test.log
This commit is contained in:
parent
45b624c203
commit
0ec33223f4
@ -708,7 +708,7 @@ int main(int argc, char* argv[])
|
||||
char tempPath[MAX_PATH + 1];
|
||||
GetTempPathA(sizeof(tempPath), tempPath);
|
||||
|
||||
snprintf(logFilePath, sizeof(logFilePath), "%s\\%s", tempPath, "mist.log");
|
||||
snprintf(logFilePath, sizeof(logFilePath), "%s\\%s", tempPath, "mis-test.log");
|
||||
freopen(logFilePath, "w", stdout);
|
||||
|
||||
int err = WSAStartup(MAKEWORD(2, 2), &wsaData);
|
||||
|
Loading…
x
Reference in New Issue
Block a user