summaryrefslogtreecommitdiff
path: root/src/lib/send_problem_report_job.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-20 01:36:18 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-20 01:36:18 +0100
commit08fc50d52855ff07d3697d08bee78e7d6e703754 (patch)
treea1440d9e1bf669260f313053a82662c8bcd32b17 /src/lib/send_problem_report_job.cc
parent334853a13887b4a45445f786e72bb3b623c5c643 (diff)
Tweak problem report email.
Diffstat (limited to 'src/lib/send_problem_report_job.cc')
-rw-r--r--src/lib/send_problem_report_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc
index 7c4a84486..2fb1a18a9 100644
--- a/src/lib/send_problem_report_job.cc
+++ b/src/lib/send_problem_report_job.cc
@@ -68,7 +68,7 @@ SendProblemReportJob::run ()
string body = _summary + "\n\n";
- body += string (dcpomatic_version) + " " + string (dcpomatic_git_commit) + "\n\n";
+ body += "Version: " + string (dcpomatic_version) + " " + string (dcpomatic_git_commit) + "\n\n";
body += "log head and tail:\n";
body += "---<8----\n";