mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Even if all data migratios are up to date, still print the current revision to the log
This commit is contained in:
@@ -407,9 +407,8 @@ scan_old_style:
|
||||
}
|
||||
|
||||
if (migrations.Count < 1)
|
||||
{
|
||||
m_log.InfoFormat("[MIGRATIONS]: {0} up to date, no migrations to apply", _type);
|
||||
}
|
||||
m_log.DebugFormat("[MIGRATIONS]: {0} data tables already up to date at revision {1}", _type, after);
|
||||
|
||||
return migrations;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user