mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-22 07:21:36 +00:00
restored deleted space after header "Crawl Log"
This commit is contained in:
@@ -413,7 +413,7 @@ public class JobResource extends BaseResource {
|
||||
if ((cj.isRunning() || (cj.hasApplicationContext() && !cj.isLaunchable()))
|
||||
&& cj.getCrawlController().getLoggerModule().getCrawlLogPath().getFile().exists()) {
|
||||
// show crawl log for running or finished crawls
|
||||
pw.print("<h3>Crawl Log");
|
||||
pw.print("<h3>Crawl Log ");
|
||||
printLinkedFile(
|
||||
pw,
|
||||
cj.getCrawlController().getLoggerModule().getCrawlLogPath().getFile(),
|
||||
|
||||
Reference in New Issue
Block a user