diff options
author | sacha | 2010-12-04 21:50:48 +0000 |
---|---|---|
committer | sacha | 2010-12-04 21:50:48 +0000 |
commit | 835103af82eb0b8c0916bbbe3c5a981e92e5a47e (patch) | |
tree | 154f02cada4bf550b7278aef31c42f9ba8da3ef5 /OpenSim/Framework/Capabilities | |
parent | add more detail to the log in case of FORM Timeout (diff) | |
parent | Add some safeguards: DOn't send someone else's HUDs, don't send deleted prims (diff) | |
download | opensim-SC-835103af82eb0b8c0916bbbe3c5a981e92e5a47e.zip opensim-SC-835103af82eb0b8c0916bbbe3c5a981e92e5a47e.tar.gz opensim-SC-835103af82eb0b8c0916bbbe3c5a981e92e5a47e.tar.bz2 opensim-SC-835103af82eb0b8c0916bbbe3c5a981e92e5a47e.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Framework/Capabilities')
-rw-r--r-- | OpenSim/Framework/Capabilities/Caps.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/Capabilities/Caps.cs b/OpenSim/Framework/Capabilities/Caps.cs index b7f9a05..5937ae6 100644 --- a/OpenSim/Framework/Capabilities/Caps.cs +++ b/OpenSim/Framework/Capabilities/Caps.cs | |||
@@ -1332,7 +1332,7 @@ namespace OpenSim.Framework.Capabilities | |||
1332 | newAssetID = UUID.Random(); | 1332 | newAssetID = UUID.Random(); |
1333 | uploaderPath = path; | 1333 | uploaderPath = path; |
1334 | httpListener = httpServer; | 1334 | httpListener = httpServer; |
1335 | // m_log.WarnFormat("[CAPS] baked texture upload starting for {0}",newAssetID); | 1335 | m_log.InfoFormat("[CAPS] baked texture upload starting for {0}",newAssetID); |
1336 | } | 1336 | } |
1337 | 1337 | ||
1338 | /// <summary> | 1338 | /// <summary> |
@@ -1362,6 +1362,8 @@ namespace OpenSim.Framework.Capabilities | |||
1362 | handlerUpLoad(newAssetID, data); | 1362 | handlerUpLoad(newAssetID, data); |
1363 | } | 1363 | } |
1364 | 1364 | ||
1365 | m_log.InfoFormat("[CAPS] baked texture upload completed for {0}",newAssetID); | ||
1366 | |||
1365 | return res; | 1367 | return res; |
1366 | } | 1368 | } |
1367 | } | 1369 | } |