Skip to content

Commit

Permalink
Merge pull request #41 from CameronRP/add-version-number
Browse files Browse the repository at this point in the history
Changed log message to start with lowercase
  • Loading branch information
CameronRP authored Dec 22, 2017
2 parents ac6a4ba + 9c45a9a commit 56a01df
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 @@ -62,7 +62,7 @@ func runMain() error {
log.SetFlags(0) // Removes default timestamp flag

args := procArgs()
log.Printf("Running version: %s", version)
log.Printf("running version: %s", version)
conf, err := ParseConfigFile(args.ConfigFile)
if err != nil {
return err
Expand Down

0 comments on commit 56a01df

Please sign in to comment.