Skip to content

Commit

Permalink
print the Ascii art to stdout only
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid committed May 1, 2014
1 parent a5e0f18 commit 88993da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/influxd.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {
} else {
log.Info("Starting Influx Server bound to %s ...", config.BindAddress)
}
log.Info(`
fmt.Printf(`
+---------------------------------------------+
| _____ __ _ _____ ____ |
| |_ _| / _| | | __ \| _ \ |
Expand Down

0 comments on commit 88993da

Please sign in to comment.