X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsend_problem_report_job.cc;h=b81b0439b72aff167ebbac1d607af7ec4b41f1b2;hb=b299bc81a265d1934bab2c4bce2c8aa48452bbb0;hp=2fb1a18a9078931c00d7790a78da861ac1ff2d2a;hpb=948848520d51ce337ab1a96d661872ea4d102253;p=dcpomatic.git 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");