Commit 053238ce by Amelin Konstantin

Fix error message in zip handling

parent 023693eb
...@@ -99,7 +99,7 @@ object Main { ...@@ -99,7 +99,7 @@ object Main {
f.msg match { f.msg match {
case Some(msg) => case Some(msg) =>
logString += s"'$now'\nImpossible to convert '${f.name}': $msg\n\n" logString += s"'$now'\nImpossible to process '${f.name}': $msg\n\n"
Files.copy(f.streamMove, Paths.get(sourceNameError, f.name)) Files.copy(f.streamMove, Paths.get(sourceNameError, f.name))
case None => case None =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment