Skip to content
Permalink
Browse files
OutputDebugString for debug info
  • Loading branch information
NTAuthority committed Jul 27, 2014
1 parent 85bce5f commit 1be4c761b8abe42816ef30b1b4df8e32a123f14d
Showing with 3 additions and 0 deletions.
  1. +3 −0 VCS PC/VCSPC.cpp
@@ -7413,5 +7413,8 @@ void LogToFile(const char* str, ...)
fputc('\n', LogFile);
fclose(LogFile);
va_end(arguments);

OutputDebugString(TempString);
OutputDebugString("\n");
}
}

0 comments on commit 1be4c76

Please sign in to comment.