More logs in problem report email.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Oct 2015 18:10:36 +0000 (19:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Oct 2015 18:10:36 +0000 (19:10 +0100)
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");