mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
This message should rather be an info
This commit is contained in:
parent
66acd35c80
commit
270bfb54cd
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ def tools_migrations_migrate(target=None, skip=False, auto=False, accept_disclai
|
|||
|
||||
# no new migrations to run
|
||||
if target == last_run_migration_number:
|
||||
logger.warn(m18n.n('migrations_no_migrations_to_run'))
|
||||
logger.info(m18n.n('migrations_no_migrations_to_run'))
|
||||
return
|
||||
|
||||
logger.debug(m18n.n('migrations_show_last_migration', last_run_migration_number))
|
||||
|
|
Loading…
Add table
Reference in a new issue