Even if all data migratios are up to date, still print the current revision to the log

prebuild-update
Justin Clark-Casey (justincc) 2010-08-09 22:54:13 +01:00
parent 144fc20e87
commit 3b26baf282
1 changed files with 2 additions and 3 deletions

View File

@ -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;
}
}