aboutsummaryrefslogtreecommitdiff
path: root/tools/importer/main.go
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2015-12-28 19:11:31 (UTC)
committerrtz12 <koenig@fagott.pw>2015-12-28 19:11:31 (UTC)
commit489b3a33fd696c5b6f8431f6535df37f4638c602 (patch)
tree47c17fdc37cf02da40e4bf3388425a4a7a1d215f /tools/importer/main.go
parenteb03000339859fc3b5869cb8906f1e4f1022a52e (diff)
Logging und so
Diffstat (limited to 'tools/importer/main.go')
-rw-r--r--tools/importer/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/importer/main.go b/tools/importer/main.go
index 41733a1..42e7538 100644
--- a/tools/importer/main.go
+++ b/tools/importer/main.go
@@ -146,6 +146,7 @@ func main() {
146 g.Thumb) 146 g.Thumb)
147 } 147 }
148 } 148 }
149 fmt.Printf("Inserted %s\n", g.Gril.RomajiName)
149 } 150 }
150 return nil 151 return nil
151 }) 152 })