diff options
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 | } |