mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Security: Refactor log levels and events #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -117,7 +117,7 @@ func migrationsStatusAction(ctx *cli.Context) error {
|
||||
}
|
||||
|
||||
// Display report.
|
||||
info, err := report.Render(rows, cols, report.CliFormat(ctx))
|
||||
info, err := report.RenderFormat(rows, cols, report.CliFormat(ctx))
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user