diff options
Diffstat (limited to 'OpenSim/Services/FSAssetService/FSAssetService.cs')
-rw-r--r-- | OpenSim/Services/FSAssetService/FSAssetService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Services/FSAssetService/FSAssetService.cs b/OpenSim/Services/FSAssetService/FSAssetService.cs index 2fb3e6c..d1a59d1 100644 --- a/OpenSim/Services/FSAssetService/FSAssetService.cs +++ b/OpenSim/Services/FSAssetService/FSAssetService.cs | |||
@@ -178,6 +178,7 @@ namespace OpenSim.Services.FSAssetService | |||
178 | Directory.CreateDirectory(spoolTmp); | 178 | Directory.CreateDirectory(spoolTmp); |
179 | 179 | ||
180 | m_FSBase = assetConfig.GetString("BaseDirectory", String.Empty); | 180 | m_FSBase = assetConfig.GetString("BaseDirectory", String.Empty); |
181 | m_log.InfoFormat("[FSASSETS]: Assets base and spool directory are {0} and {1}", m_FSBase, m_SpoolDirectory); | ||
181 | if (m_FSBase == String.Empty) | 182 | if (m_FSBase == String.Empty) |
182 | { | 183 | { |
183 | m_log.ErrorFormat("[FSASSETS]: BaseDirectory not specified"); | 184 | m_log.ErrorFormat("[FSASSETS]: BaseDirectory not specified"); |
@@ -230,7 +231,7 @@ namespace OpenSim.Services.FSAssetService | |||
230 | double avg = (double)m_readTicks / (double)m_readCount; | 231 | double avg = (double)m_readTicks / (double)m_readCount; |
231 | // if (avg > 10000) | 232 | // if (avg > 10000) |
232 | // Environment.Exit(0); | 233 | // Environment.Exit(0); |
233 | m_log.InfoFormat("[FSASSETS]: Read stats: {0} files, {1} ticks, avg {2:F2}, missing {3}, FS {4}", m_readCount, m_readTicks, (double)m_readTicks / (double)m_readCount, m_missingAssets, m_missingAssetsFS); | 234 | //// m_log.InfoFormat("[FSASSETS]: Read stats: {0} files, {1} ticks, avg {2:F2}, missing {3}, FS {4}", m_readCount, m_readTicks, (double)m_readTicks / (double)m_readCount, m_missingAssets, m_missingAssetsFS); |
234 | } | 235 | } |
235 | m_readCount = 0; | 236 | m_readCount = 0; |
236 | m_readTicks = 0; | 237 | m_readTicks = 0; |