diff --git a/main.go b/main.go index bc415f1..59bb0d1 100644 --- a/main.go +++ b/main.go @@ -53,6 +53,7 @@ func exportDb(inputPath, outputDir, format, title string, pretty bool) error { return errors.New("unrecognized dictionray format") } + log.Printf("converting '%s' to '%s'...", inputPath, outputDir) return handler(inputPath, outputDir, title, pretty) }