aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-23 19:07:29 +0000
committerJustin Clarke Casey2008-12-23 19:07:29 +0000
commit94d267303ff40daa599d94dd27292917ddf9d25d (patch)
treea01781032bea6ecf47791b75c4d5c5278534139d /OpenSim/Data
parent* Modify SQLite implementation of UpdateUserProfile() to allow modifications ... (diff)
downloadopensim-SC_OLD-94d267303ff40daa599d94dd27292917ddf9d25d.zip
opensim-SC_OLD-94d267303ff40daa599d94dd27292917ddf9d25d.tar.gz
opensim-SC_OLD-94d267303ff40daa599d94dd27292917ddf9d25d.tar.bz2
opensim-SC_OLD-94d267303ff40daa599d94dd27292917ddf9d25d.tar.xz
* Correct build break, no idea how that one managed to slip by me
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/SQLite/SQLiteUserData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteUserData.cs b/OpenSim/Data/SQLite/SQLiteUserData.cs
index d37c75d..1c36453 100644
--- a/OpenSim/Data/SQLite/SQLiteUserData.cs
+++ b/OpenSim/Data/SQLite/SQLiteUserData.cs
@@ -545,7 +545,7 @@ namespace OpenSim.Data.SQLite
545 } 545 }
546 else 546 else
547 { 547 {
548 m_log.Warn("[USER DB]: Ignoring add since user with id {0} already exists", user.ID); 548 m_log.WarnFormat("[USER DB]: Ignoring add since user with id {0} already exists", user.ID);
549 } 549 }
550 } 550 }
551 } 551 }