Skip to content

Commit

Permalink
Log version details at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay committed Dec 31, 2019
1 parent f3ab40f commit e09eefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func main() {
notice := logger.StandardLogger(logging.Notice)
notice.SetPrefix(fmt.Sprintf("%s[%d]: ", logName, os.Getpid()))

notice.Print(versionDetails())
notice.Printf("Dialling '%s' and authing...", rconAddress)

r := dialAndAuth(logger)
Expand Down

0 comments on commit e09eefa

Please sign in to comment.