mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Include version in crashdump
This commit is contained in:
parent
71212e0c81
commit
c6fc4f36a3
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ int main (int argc, char *argv[])
|
||||||
g_mkdir_with_parents (crash_dir.c_str(), 0700);
|
g_mkdir_with_parents (crash_dir.c_str(), 0700);
|
||||||
|
|
||||||
Glib::DateTime tm (g_date_time_new_now_local ());
|
Glib::DateTime tm (g_date_time_new_now_local ());
|
||||||
string crash_file = string_compose ("%1-crash-%2.txt", PROGRAM_NAME, tm.format ("%s"));
|
string crash_file = string_compose ("%1-%2-crash-%3.txt", PROGRAM_NAME, VERSIONSTRING, tm.format ("%s"));
|
||||||
string crash_path = Glib::build_filename (crash_dir, crash_file);
|
string crash_path = Glib::build_filename (crash_dir, crash_file);
|
||||||
|
|
||||||
ExcHndlInit ();
|
ExcHndlInit ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue