summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/send_problem_report_job.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc
index f08adea78..7c4a84486 100644
--- a/src/lib/send_problem_report_job.cc
+++ b/src/lib/send_problem_report_job.cc
@@ -24,6 +24,7 @@
#include "film.h"
#include "log.h"
#include "quickmail.h"
+#include "version.h"
#include "i18n.h"
@@ -67,6 +68,8 @@ SendProblemReportJob::run ()
string body = _summary + "\n\n";
+ body += string (dcpomatic_version) + " " + string (dcpomatic_git_commit) + "\n\n";
+
body += "log head and tail:\n";
body += "---<8----\n";
body += _film->log()->head_and_tail ();