Skip to content

Commit

Permalink
changed log position
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 20, 2021
1 parent dfa5c64 commit 1b222e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/slowql-digest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ func main() {
}

showResults(res, o.order, o.top)
log.Info("saving results in cache file")
if !o.nocache {
log.Info("saving results in cache file")
cache := results{
File: o.logfile,
Date: time.Now(),
Expand Down

0 comments on commit 1b222e7

Please sign in to comment.