fix: log format

This commit is contained in:
LinkinStar 2022-11-10 15:30:48 +08:00
parent c468d2ab23
commit 3a8742f6fe
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func InitEnvironment(ctx *gin.Context) {
// check config file if exist
if cli.CheckConfigFile(confPath) {
log.Debugf("config file already exists")
log.Debug("config file already exists")
handler.HandleResponse(ctx, nil, nil)
return
}