Skip to content

Commit

Permalink
milliseonds in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 22, 2021
1 parent 18e37cb commit bdaabc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ func main() {

if !*verbose {
log.SetOutput(ioutil.Discard)
} else {
log.SetFlags(log.LstdFlags | log.Lmicroseconds)
}

if *pdb == "" {
Expand Down

0 comments on commit bdaabc2

Please sign in to comment.