summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/Program.cs
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2013-11-14 20:17:45 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2013-11-14 20:17:45 +0200
commitcc84fcf4d37f39b6ab5a1c38b0b8313ec95fcfa8 (patch)
tree66fcb29ad705ac48a6022ad6091ac2f7c3e9e631 /Entelect.BattleCity.Challenge/Program.cs
parent75c1888aafcca04ba6240e60e1f55e868b47ac9f (diff)
Removed logging output
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());
}
}