Differences
This shows you the differences between the selected revisions of the page.
2018-05-08 | 2018-05-08 | ||
no summary (185.46.214.80) (hidden) (untrusted) | Restored revision 1524732393. Undoing revision 1525781634. (martin) (hidden) | ||
Line 114: | Line 114: | ||
catch (Exception e) | catch (Exception e) | ||
{ | { | ||
- | Console.WriteLine("Error: " + e.Message); | + | Console.WriteLine("Error: {0}", e); |
return 1; | return 1; | ||
} | } |