From ae30f5d60b706bb372ee1bb6b14906ae1f34bcfa Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 18 Dec 2016 17:49:53 -0800 Subject: [PATCH] WIP --- main.go | 1 + 1 file changed, 1 insertion(+) 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) }