diff options
author | Justin Clark-Casey (justincc) | 2010-08-09 22:54:13 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-09 22:54:13 +0100 |
commit | 3b26baf282f911842e5aabcb0ca2ebd80ab10dca (patch) | |
tree | af9943d62b9d8189b3b831553643d5dacb4ec0cd | |
parent | Make fallbacks work, the destination was never actually updated with the fall... (diff) | |
download | opensim-SC_OLD-3b26baf282f911842e5aabcb0ca2ebd80ab10dca.zip opensim-SC_OLD-3b26baf282f911842e5aabcb0ca2ebd80ab10dca.tar.gz opensim-SC_OLD-3b26baf282f911842e5aabcb0ca2ebd80ab10dca.tar.bz2 opensim-SC_OLD-3b26baf282f911842e5aabcb0ca2ebd80ab10dca.tar.xz |
Even if all data migratios are up to date, still print the current revision to the log
-rw-r--r-- | OpenSim/Data/Migration.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index c177097..86531d9 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -407,9 +407,8 @@ scan_old_style: | |||
407 | } | 407 | } |
408 | 408 | ||
409 | if (migrations.Count < 1) | 409 | if (migrations.Count < 1) |
410 | { | 410 | m_log.DebugFormat("[MIGRATIONS]: {0} data tables already up to date at revision {1}", _type, after); |
411 | m_log.InfoFormat("[MIGRATIONS]: {0} up to date, no migrations to apply", _type); | 411 | |
412 | } | ||
413 | return migrations; | 412 | return migrations; |
414 | } | 413 | } |
415 | } | 414 | } |