logger: Mention that we wrote a report after a crash

This commit is contained in:
Hylke Bons 2013-10-10 16:04:55 +02:00
parent 485e12b8ae
commit cf89e2b55b

View file

@ -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);
}
}
}