Skip to content

Commit

Permalink
https://github.com/chucknorris/roundhouse/pull/60
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Sep 7, 2012
1 parent d1f1f70 commit a7e4527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product/roundhouse.console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private static void Main(string[] args)
}
catch (Exception ex)
{
the_logger.Info(ex.Message);
the_logger.Error(ex.Message, ex);
Environment.Exit(1);
}
}
Expand Down

0 comments on commit a7e4527

Please sign in to comment.