mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Changed timeline progress bar text. Removed unneeded println statement.
This commit is contained in:
parent
bd282dc220
commit
cfe306fb05
@ -183,7 +183,7 @@ public class Simile2 extends CallableSystemAction implements Presenter.Toolbar {
|
|||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
// start the progress bar
|
// start the progress bar
|
||||||
progress = ProgressHandleFactory.createHandle("Calculating timeline . . .");
|
progress = ProgressHandleFactory.createHandle("Creating timeline . . .");
|
||||||
progress.start();
|
progress.start();
|
||||||
|
|
||||||
panel_Charts = new JFXPanel();
|
panel_Charts = new JFXPanel();
|
||||||
@ -206,7 +206,6 @@ public class Simile2 extends CallableSystemAction implements Presenter.Toolbar {
|
|||||||
}
|
}
|
||||||
String mactimeFileName = Case.getCurrentCase().getName() + "-MACTIME.txt";
|
String mactimeFileName = Case.getCurrentCase().getName() + "-MACTIME.txt";
|
||||||
java.io.File mactimeFile = new java.io.File(moduleDir, mactimeFileName);
|
java.io.File mactimeFile = new java.io.File(moduleDir, mactimeFileName);
|
||||||
System.out.println("mactime file: " + mactimeFile);
|
|
||||||
if (!mactimeFile.exists()) {
|
if (!mactimeFile.exists()) {
|
||||||
logger.log(Level.INFO, "Creating mactime file.");
|
logger.log(Level.INFO, "Creating mactime file.");
|
||||||
String bodyFilePath = makeBodyFile();
|
String bodyFilePath = makeBodyFile();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user