diff options
author | Jeff Ames | 2008-02-13 03:38:18 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-13 03:38:18 +0000 |
commit | 001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6 (patch) | |
tree | 35f528caf55171c0c53cd81501ebaa22f31e0d2a /OpenSim/Framework/Communications/InventoryServiceBase.cs | |
parent | * Clean up LIBRARY INVENTORY messages (diff) | |
download | opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.zip opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.tar.gz opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.tar.bz2 opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.tar.xz |
Clean up more unnecessary String.Format calls
Diffstat (limited to 'OpenSim/Framework/Communications/InventoryServiceBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index fd9ab1b..74c07e1 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs | |||
@@ -147,10 +147,9 @@ namespace OpenSim.Framework.Communications | |||
147 | 147 | ||
148 | if (null != existingRootFolder) | 148 | if (null != existingRootFolder) |
149 | { | 149 | { |
150 | m_log.Error( | 150 | m_log.ErrorFormat("[AGENTINVENTORY]: " + |
151 | String.Format("[AGENTINVENTORY]: " + | ||
152 | "Did not create a new inventory for user {0} since they already have " | 151 | "Did not create a new inventory for user {0} since they already have " |
153 | + "a root inventory folder with id {1}", user, existingRootFolder)); | 152 | + "a root inventory folder with id {1}", user, existingRootFolder); |
154 | } | 153 | } |
155 | else | 154 | else |
156 | { | 155 | { |