diff options
author | lbsa71 | 2008-02-09 22:26:28 +0000 |
---|---|---|
committer | lbsa71 | 2008-02-09 22:26:28 +0000 |
commit | e9eaf8e949945e094782e523cef5f9652f11b57e (patch) | |
tree | d4dfed1fcaa6e0e4371ce2e8dccce9f47d8d8012 | |
parent | * Refactored some asset code and in the process uncovered a bug; now, I think... (diff) | |
download | opensim-SC_OLD-e9eaf8e949945e094782e523cef5f9652f11b57e.zip opensim-SC_OLD-e9eaf8e949945e094782e523cef5f9652f11b57e.tar.gz opensim-SC_OLD-e9eaf8e949945e094782e523cef5f9652f11b57e.tar.bz2 opensim-SC_OLD-e9eaf8e949945e094782e523cef5f9652f11b57e.tar.xz |
* fixed typo. thanks, nebadon!
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 5bc388a..e81a581 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs | |||
@@ -66,7 +66,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
66 | 66 | ||
67 | public void ShowState() | 67 | public void ShowState() |
68 | { | 68 | { |
69 | m_log.InfoFormat("Assets:{0} Testures:{1} AssetRequests:{2} TextureRequests:{3} RequestedAssets:{4} RequestedTextures:{5} RequestLists:{6}", | 69 | m_log.InfoFormat("Assets:{0} Textures:{1} AssetRequests:{2} TextureRequests:{3} RequestedAssets:{4} RequestedTextures:{5} RequestLists:{6}", |
70 | Assets.Count, | 70 | Assets.Count, |
71 | Textures.Count, | 71 | Textures.Count, |
72 | AssetRequests.Count, | 72 | AssetRequests.Count, |