Updated output message during conversion.

This commit is contained in:
Achim D. Brucker 2018-05-19 23:42:54 +01:00
parent b79230e35a
commit 620aec262c
1 changed files with 1 additions and 2 deletions

View File

@ -211,8 +211,7 @@ object DofConverter {
def convertFile(f: File): Option[(String, LaTeXLexerError)] = {
val texFileName = f.getAbsolutePath()
println("DOF Converter: converting " + texFileName
+ " (Not yet fully implemented!)")
println("DOF Converter "+version+": converting " + texFileName)
f.renameTo(new File(texFileName + ".orig"))
using(io.Source.fromFile(texFileName + ".orig")) {