diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/UserAccountService/UserAccountService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs index 706d475..7120aeb 100644 --- a/OpenSim/Services/UserAccountService/UserAccountService.cs +++ b/OpenSim/Services/UserAccountService/UserAccountService.cs | |||
@@ -764,7 +764,7 @@ namespace OpenSim.Services.UserAccountService | |||
764 | string[] modelSpecifiers = model.Split(); | 764 | string[] modelSpecifiers = model.Split(); |
765 | if (modelSpecifiers.Length != 2) | 765 | if (modelSpecifiers.Length != 2) |
766 | { | 766 | { |
767 | m_log.WarnFormat("[USER ACCOUNT SERVICE]: Invalid model name \'{0}\'. Falling back to Ruth for {1}", | 767 | m_log.WarnFormat("[USER ACCOUNT SERVICE]: Invalid model name \'{0}\'. Falling back to Ruth for {1}", |
768 | model, destinationAgent); | 768 | model, destinationAgent); |
769 | CreateDefaultAppearanceEntries(destinationAgent); | 769 | CreateDefaultAppearanceEntries(destinationAgent); |
770 | return; | 770 | return; |
@@ -774,7 +774,7 @@ namespace OpenSim.Services.UserAccountService | |||
774 | UserAccount modelAccount = GetUserAccount(UUID.Zero, modelSpecifiers[0], modelSpecifiers[1]); | 774 | UserAccount modelAccount = GetUserAccount(UUID.Zero, modelSpecifiers[0], modelSpecifiers[1]); |
775 | if (modelAccount == null) | 775 | if (modelAccount == null) |
776 | { | 776 | { |
777 | m_log.WarnFormat("[USER ACCOUNT SERVICE]: Requested model \'{0}\' not found. Falling back to Ruth for {1}", | 777 | m_log.WarnFormat("[USER ACCOUNT SERVICE]: Requested model \'{0}\' not found. Falling back to Ruth for {1}", |
778 | model, destinationAgent); | 778 | model, destinationAgent); |
779 | CreateDefaultAppearanceEntries(destinationAgent); | 779 | CreateDefaultAppearanceEntries(destinationAgent); |
780 | return; | 780 | return; |