From c8c4b4c505bdbee13a6a5dd87679185571cbf328 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 1 Oct 2009 16:39:41 -0700 Subject: Switched log level of an annoying message in SQLite to Debug, and commented it too. --- OpenSim/Data/SQLite/SQLiteAssetData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Data/SQLite/SQLiteAssetData.cs') diff --git a/OpenSim/Data/SQLite/SQLiteAssetData.cs b/OpenSim/Data/SQLite/SQLiteAssetData.cs index 3831467..49275cb 100644 --- a/OpenSim/Data/SQLite/SQLiteAssetData.cs +++ b/OpenSim/Data/SQLite/SQLiteAssetData.cs @@ -124,7 +124,7 @@ namespace OpenSim.Data.SQLite //m_log.Info("[ASSET DB]: Creating Asset " + asset.FullID.ToString()); if (ExistsAsset(asset.FullID)) { - LogAssetLoad(asset); + //LogAssetLoad(asset); lock (this) { @@ -173,7 +173,7 @@ namespace OpenSim.Data.SQLite int assetLength = (asset.Data != null) ? asset.Data.Length : 0; - m_log.Info("[ASSET DB]: " + + m_log.Debug("[ASSET DB]: " + string.Format("Loaded {5} {4} Asset: [{0}][{3}] \"{1}\":{2} ({6} bytes)", asset.FullID, asset.Name, asset.Description, asset.Type, temporary, local, assetLength)); -- cgit v1.1