aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Migration.cs
diff options
context:
space:
mode:
authormeta72010-08-10 09:11:55 -0700
committermeta72010-08-10 09:11:55 -0700
commit9fba4b66bbfe27d104f1d00a9591343dc9998d33 (patch)
tree56aaf9aa7092feda4725bb413637baf0ba8c5b36 /OpenSim/Data/Migration.cs
parentAdd a stack trace to the error output on the recursive read lock warning on m... (diff)
parentMerge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/va... (diff)
downloadopensim-SC-9fba4b66bbfe27d104f1d00a9591343dc9998d33.zip
opensim-SC-9fba4b66bbfe27d104f1d00a9591343dc9998d33.tar.gz
opensim-SC-9fba4b66bbfe27d104f1d00a9591343dc9998d33.tar.bz2
opensim-SC-9fba4b66bbfe27d104f1d00a9591343dc9998d33.tar.xz
Resolve merge failure
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/Migration.cs5
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 }