diff --git a/src/fr/devinsy/videocut/VideoCutGUI.java b/src/fr/devinsy/videocut/VideoCutGUI.java index d5a8f57..cef6fbc 100644 --- a/src/fr/devinsy/videocut/VideoCutGUI.java +++ b/src/fr/devinsy/videocut/VideoCutGUI.java @@ -188,7 +188,7 @@ public class VideoCutGUI extends JFrame String command = String.format("mv t.%s %s; md5sum %s > %s.md5", FilenameUtils.getExtension(VideoCutGUI.this.data.getEscapedFileName()), VideoCutGUI.this.data.getEscapedFileName(), VideoCutGUI.this.data.getEscapedFileName(), VideoCutGUI.this.data.getEscapedFileName()); String log = CmdExec.run("bash", "-c", command); - + VideoCutUtils.notify("Move and md5sum done."); System.out.println("log=[" + log + "]"); } break;