Fix small typo

0.7.3-post-fixes
Justin Clark-Casey (justincc) 2012-03-20 00:53:33 +00:00
parent 64eb4b8408
commit 6ecf36d49c
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ namespace OpenSim.Services.UserAccountService
else
{
m_log.DebugFormat(
"[USER ACCOUNT SERVICE]; Created user inventory for {0} {1}", firstName, lastName);
"[USER ACCOUNT SERVICE]: Created user inventory for {0} {1}", firstName, lastName);
}
if (m_CreateDefaultAvatarEntries)