More logs in problem report email.
[dcpomatic.git] / src / lib / send_problem_report_job.cc
index 2fb1a18a9078931c00d7790a78da861ac1ff2d2a..b81b0439b72aff167ebbac1d607af7ec4b41f1b2 100644 (file)
@@ -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");