bump version

This commit is contained in:
Jon Lundy
2018-03-23 17:07:31 -06:00
parent 6253c46e51
commit fd17c50053
4 changed files with 6 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ func init() {
}
if args["-v"].(int) == 2 {
log.SetVerbose(log.Vdebug)
log.SetFlags(log.LstdFlags|log.Lshortfile)
log.Debug("Debug Logging.")
}