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

This commit is contained in:
Justin Clarke Casey
2008-12-23 19:07:29 +00:00
parent f49daf9708
commit 94d267303f

View File

@@ -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);
}
}
}