* Correct build break, no idea how that one managed to slip by me
parent
f49daf9708
commit
94d267303f
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue