Fix log identification of the application.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Captain ALM 2022-07-15 13:49:27 +01:00
parent 7ec2e01e43
commit 775db96bf1
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var (
)
func main() {
log.Printf("[Main] Starting up GO Package Header Server #%s (%s)\n", buildVersion, buildDate)
log.Printf("[Main] Starting up City Uni Portfolio Web APP #%s (%s)\n", buildVersion, buildDate)
y := time.Now()
//Hold main thread till safe shutdown exit: