mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Correct build break, no idea how that one managed to slip by me
This commit is contained in:
@@ -545,7 +545,7 @@ namespace OpenSim.Data.SQLite
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.Warn("[USER DB]: Ignoring add since user with id {0} already exists", user.ID);
|
||||
m_log.WarnFormat("[USER DB]: Ignoring add since user with id {0} already exists", user.ID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user