more log4go additions

This commit is contained in:
dan 2015-04-03 23:09:33 -07:00
parent 02a9d5d173
commit b89c69d86b

View file

@ -42,7 +42,7 @@ func (e RedshiftBasicEmtitter) Emit(b Buffer, t Transformer) {
os.Exit(1) os.Exit(1)
} }
fmt.Printf("Redshift load completed.\n") l4g.Debug("Redshift load completed.\n")
db.Close() db.Close()
} }