Revision 81c5c310 trunk/Pithos.Core/Agents/FileAgent.cs

b/trunk/Pithos.Core/Agents/FileAgent.cs
555 555
        public void Delete(string relativePath)
556 556
        {
557 557
            var absolutePath = Path.Combine(RootPath, relativePath).ToLower();
558
            if (Log.IsDebugEnabled)
559
                Log.DebugFormat("Deleting {0}", absolutePath);
558 560
            if (File.Exists(absolutePath))
559 561
            {    
560 562
                try

Also available in: Unified diff