Add whitespace before C# exception in log

This commit is contained in:
baldurk
2014-08-25 22:05:04 +01:00
parent f2726e071b
commit d7ffb16a72
+1
View File
@@ -136,6 +136,7 @@ namespace renderdocui.Code
{
// we log out this string, which is matched against in renderdoccmd to pull out the callstack
// from the log even in the case where the user chooses not to submit the error log
StaticExports.LogText("\n\n");
StaticExports.LogText("--- Begin C# Exception Data ---");
if (ex != null)
{