Rename mist.log to mis-test.log

This commit is contained in:
Cameron Gutman 2018-10-21 21:04:29 -07:00
parent 45b624c203
commit 0ec33223f4

View File

@ -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);