Skip to content

Commit

Permalink
Use log instead of fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HirbodBehnam committed Nov 13, 2019
1 parent 6779e3c commit fa81a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func main() {
<-sigs
done <- true
}()
fmt.Println("Ctrl + C to stop")
log.Println("Ctrl + C to stop")
<-done

saveConfig(conf) //Save the config file one last time before exiting
Expand Down

0 comments on commit fa81a24

Please sign in to comment.