1
0
Fork 0

Merge pull request #284 from rqlite/tweak_main_log

Tweak main log message
master
Philip O'Toole 8 years ago committed by GitHub
commit f74d96f206

@ -142,7 +142,7 @@ func main() {
log.SetOutput(os.Stderr) log.SetOutput(os.Stderr)
log.SetPrefix("[rqlited] ") log.SetPrefix("[rqlited] ")
log.Printf("rqlited starting, version %s, commit %s, branch %s", version, commit, branch) log.Printf("rqlited starting, version %s, commit %s, branch %s", version, commit, branch)
log.Printf("architecture target is %s, operating system target is %s", runtime.GOARCH, runtime.GOOS) log.Printf("target architecture is %s, operating system target is %s", runtime.GOARCH, runtime.GOOS)
// Start requested profiling. // Start requested profiling.
startProfile(cpuProfile, memProfile) startProfile(cpuProfile, memProfile)

Loading…
Cancel
Save