From: Carl Hetherington Date: Sat, 3 Oct 2015 18:10:36 +0000 (+0100) Subject: More logs in problem report email. X-Git-Tag: v2.3.14~4 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b299bc81a265d1934bab2c4bce2c8aa48452bbb0 More logs in problem report email. --- diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc index 2fb1a18a9..b81b0439b 100644 --- a/src/lib/send_problem_report_job.cc +++ b/src/lib/send_problem_report_job.cc @@ -72,7 +72,7 @@ SendProblemReportJob::run () body += "log head and tail:\n"; body += "---<8----\n"; - body += _film->log()->head_and_tail (); + body += _film->log()->head_and_tail (4096); body += "---<8----\n\n"; add_file (body, "ffprobe.log");