Add a logger so the prior commit will work

avinationmerge
Melanie 2012-09-12 21:24:09 +02:00
parent d8e9188908
commit e7932682a2
1 changed files with 3 additions and 0 deletions

View File

@ -1093,6 +1093,9 @@ namespace OpenSim.Region.ClientStack.Linden
public class AssetUploader
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public event UpLoadedAsset OnUpLoad;
private UpLoadedAsset handlerUpLoad = null;