Fix log identification of the application.
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -25,7 +25,7 @@ var (
) )
func main() { 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() y := time.Now()
//Hold main thread till safe shutdown exit: //Hold main thread till safe shutdown exit: