diff options
Diffstat (limited to 'src/lib')
| -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"); |
