fix upload info log line
This commit is contained in:
parent
1999ab7d2c
commit
42c6540ac3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func HandleImageUpload(app *model.AppState, data *string, directory string, file
|
|||
return "", nil
|
||||
}
|
||||
|
||||
app.Log.Info(log.TYPE_FILES, "\"%s/%s.%s\" created.", directory, filename, ext)
|
||||
app.Log.Info(log.TYPE_FILES, "\"%s\" created.", imagePath)
|
||||
|
||||
return filename, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue