diff options
author | Justin Clark-Casey (justincc) | 2012-03-20 00:53:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-20 00:53:33 +0000 |
commit | 4cbaf053cf96c8a4f3469cbceedbf3dbb001912d (patch) | |
tree | fa33d4ae36c353cc1d2631bd445fed7d728d5689 /OpenSim/Services/UserAccountService | |
parent | Fix crash where two scene loop threads could changes m_MeshToTriMeshMap at th... (diff) | |
download | opensim-SC_OLD-4cbaf053cf96c8a4f3469cbceedbf3dbb001912d.zip opensim-SC_OLD-4cbaf053cf96c8a4f3469cbceedbf3dbb001912d.tar.gz opensim-SC_OLD-4cbaf053cf96c8a4f3469cbceedbf3dbb001912d.tar.bz2 opensim-SC_OLD-4cbaf053cf96c8a4f3469cbceedbf3dbb001912d.tar.xz |
Fix small typo
Diffstat (limited to 'OpenSim/Services/UserAccountService')
-rw-r--r-- | OpenSim/Services/UserAccountService/UserAccountService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs index 6f1d745..a281b3b 100644 --- a/OpenSim/Services/UserAccountService/UserAccountService.cs +++ b/OpenSim/Services/UserAccountService/UserAccountService.cs | |||
@@ -521,7 +521,7 @@ namespace OpenSim.Services.UserAccountService | |||
521 | else | 521 | else |
522 | { | 522 | { |
523 | m_log.DebugFormat( | 523 | m_log.DebugFormat( |
524 | "[USER ACCOUNT SERVICE]; Created user inventory for {0} {1}", firstName, lastName); | 524 | "[USER ACCOUNT SERVICE]: Created user inventory for {0} {1}", firstName, lastName); |
525 | } | 525 | } |
526 | 526 | ||
527 | if (m_CreateDefaultAvatarEntries) | 527 | if (m_CreateDefaultAvatarEntries) |