From 0ec33223f4e7dbeaff0169f3a8b37f57fd09eca9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 21 Oct 2018 21:04:29 -0700 Subject: [PATCH] Rename mist.log to mis-test.log --- mist/mist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/mist.cpp b/mist/mist.cpp index 21e6274..7df5429 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -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);