diff --git a/SparkleLib/SparkleLogger.cs b/SparkleLib/SparkleLogger.cs index 0d4d8a1e..2f518db2 100755 --- a/SparkleLib/SparkleLogger.cs +++ b/SparkleLib/SparkleLogger.cs @@ -99,6 +99,8 @@ namespace SparkleLib { } File.WriteAllText (crash_report_file_path, crash_report); + Console.WriteLine (DateTime.Now.ToString ("HH:mm:ss") + " | Wrote crash report to " + crash_report_file_path); } } } +