mirror of https://github.com/statping/statping
remove additional "v" from version during startup
parent
f166db840a
commit
1be3a39a4c
|
@ -83,7 +83,7 @@ func start() {
|
|||
log.Errorf("Statping Log Error: %v\n", err)
|
||||
}
|
||||
|
||||
log.Info(fmt.Sprintf("Starting Statping v%s", VERSION))
|
||||
log.Info(fmt.Sprintf("Starting Statping %s", VERSION))
|
||||
|
||||
utils.Params.Set("SERVER_IP", ipAddress)
|
||||
utils.Params.Set("SERVER_PORT", port)
|
||||
|
|
Loading…
Reference in New Issue