aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteUserData.cs')
-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 }