Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
OutputDebugString for debug info
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
VCS PC/VCSPC.cpp
There are no files selected for viewing
|
|
@@ -7413,5 +7413,8 @@ void LogToFile(const char* str, ...) |
|
|
fputc('\n', LogFile); |
|
|
fclose(LogFile); |
|
|
va_end(arguments); |
|
|
|
|
|
OutputDebugString(TempString); |
|
|
OutputDebugString("\n"); |
|
|
} |
|
|
}
|