aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Logging
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-13 00:11:48 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-13 00:11:48 +0300
commit0280c8b4d96dc9bc61e8c0e3a1d438cd10ab24ec (patch)
tree75257eee7be7027c90010049fe8b192a9af46a9d /Software/Visual_Studio/Tango.Logging
parent30f5a25d16b65c267c2658861c50b50c39877bc4 (diff)
downloadTango-0280c8b4d96dc9bc61e8c0e3a1d438cd10ab24ec.tar.gz
Tango-0280c8b4d96dc9bc61e8c0e3a1d438cd10ab24ec.zip
redundant.
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging')
-rw-r--r--Software/Visual_Studio/Tango.Logging/GlobalExceptionTrapper.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/GlobalExceptionTrapper.cs b/Software/Visual_Studio/Tango.Logging/GlobalExceptionTrapper.cs
index f301e0086..722bceb56 100644
--- a/Software/Visual_Studio/Tango.Logging/GlobalExceptionTrapper.cs
+++ b/Software/Visual_Studio/Tango.Logging/GlobalExceptionTrapper.cs
@@ -126,9 +126,9 @@ namespace Tango.Logging
if (assemblyName == Assembly.GetEntryAssembly().GetName().Name)
{
logItem = new MessageLogItem();
- logItem.Message = "Application started after a crash!\n";
- logItem.Message += "This log was retrieved from the windows event logs.\n";
- logItem.Message += "---------------------------------------------------------\n\n";
+ logItem.Message = "Application terminated unexpectedly in the previous run!\n";
+ logItem.Message += "This crash report was retrieved from the windows event logs.\n";
+ logItem.Message += "---------------------------------------------------------------------------\n\n";
logItem.Message += ev.Message;
logItem.TimeStamp = DateTime.Now;
logItem.Category = LogCategory.Error;