This commit is contained in:
2010-06-23 18:19:17 +00:00
parent ce3b1b4be9
commit e8e71db9bb
2 changed files with 14 additions and 8 deletions

View File

@@ -186,7 +186,7 @@ namespace Volian.Controls.Library
}
catch (Exception ex)
{
Console.WriteLine("{0} - {1}\r\n{2}", ex.GetType().Name, ex.Message, ex.StackTrace);
Console.WriteLine("ClearOutputWindow {0} - {1}\r\n{2}", ex.GetType().Name, ex.Message, ex.StackTrace);
}
#endif
}