Fix log identification of the application.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7ec2e01e43
commit
775db96bf1
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user