Revision 6bcdd8e2 trunk/Pithos.Core/Agents/DeleteAgent.cs

b/trunk/Pithos.Core/Agents/DeleteAgent.cs
111 111

  
112 112
            var accountInfo = action.AccountInfo;
113 113

  
114
            using (log4net.ThreadContext.Stacks["NETWORK"].Push("PROCESS"))
114
            using (log4net.ThreadContext.Stacks["Operation"].Push("ProcessDelete"))
115 115
            {
116 116
                Log.InfoFormat("[ACTION] Start Processing {0}", action);
117 117

  
......
212 212

  
213 213
            var fileAgent = GetFileAgent(accountInfo);
214 214

  
215
            using (ThreadContext.Stacks["DeleteCloudFile"].Push("Delete"))
215
            using (ThreadContext.Stacks["Operation"].Push("DeleteCloudFile"))
216 216
            {
217 217
                var fileName = cloudFile.RelativeUrlToFilePath(accountInfo.UserName);
218 218
                var info = fileAgent.GetFileSystemInfo(fileName);

Also available in: Unified diff