summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Entelect.BattleCity.Challenge/Program.cs')
-rw-r--r--Entelect.BattleCity.Challenge/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Entelect.BattleCity.Challenge/Program.cs b/Entelect.BattleCity.Challenge/Program.cs
index ec8af76..376807a 100644
--- a/Entelect.BattleCity.Challenge/Program.cs
+++ b/Entelect.BattleCity.Challenge/Program.cs
@@ -19,7 +19,7 @@ namespace Entelect.BattleCity.Challenge
}
catch (Exception ex)
{
- Console.Error.WriteLine("Exception thrown. Exiting");
+ Console.Error.WriteLine("Uncaught exception thrown. Exiting.");
Console.Error.WriteLine(ex.StackTrace.ToString());
}
}