* Correct build break, no idea how that one managed to slip by me

0.6.2-post-fixes
Justin Clarke Casey 2008-12-23 19:07:29 +00:00
parent f49daf9708
commit 94d267303f
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ namespace OpenSim.Data.SQLite
} }
else 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);
} }
} }
} }