From b299bc81a265d1934bab2c4bce2c8aa48452bbb0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 3 Oct 2015 19:10:36 +0100 Subject: More logs in problem report email. --- src/lib/send_problem_report_job.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') 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"); -- cgit v1.2.3