mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 07:05:49 +00:00
successfully adding external job dir is ACK flash kind
This commit is contained in:
@@ -104,7 +104,7 @@ public class EngineResource extends BaseResource {
|
||||
+ jobName + "</i>", Flash.Kind.NACK);
|
||||
} else if (getEngine().addJobDirectory(new File(path),true)) {
|
||||
Flash.addFlash(getResponse(), "Added crawl job: "
|
||||
+ "'" + path + "'", Flash.Kind.NACK);
|
||||
+ "'" + path + "'", Flash.Kind.ACK);
|
||||
} else {
|
||||
Flash.addFlash(getResponse(), "Could not add job: "
|
||||
+ "'" + path + "'", Flash.Kind.NACK);
|
||||
|
||||
Reference in New Issue
Block a user