remove additional "v" from version during startup

pull/1118/head
Willy 2023-04-19 22:51:22 +02:00
parent f166db840a
commit 1be3a39a4c
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -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)