diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-03 19:10:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-03 19:10:36 +0100 |
| commit | b299bc81a265d1934bab2c4bce2c8aa48452bbb0 (patch) | |
| tree | 9af8a6b68eda68d9d6f3167385fa5e816cbb453b /src | |
| parent | 948848520d51ce337ab1a96d661872ea4d102253 (diff) | |
More logs in problem report email.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/send_problem_report_job.cc | 2 |
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 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"); |
