mirror of
https://github.com/project-zot/zot.git
synced 2025-01-20 22:52:51 -05:00
fix: replaced printing the port with logging it when chosen dynamically (#1339)
Signed-off-by: Ana-Roberta Lisca <ana.kagome@yahoo.com>
This commit is contained in:
parent
06bd8a8252
commit
28ce1c7e71
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ func validateHTTP(config *config.Config) error {
|
||||||
return errors.ErrBadConfig
|
return errors.ErrBadConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("HTTP port %d\n", port)
|
log.Info().Msgf("HTTP port %d\n", port)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue