Revision a27aa447 trunk/Pithos.Core/Agents/FileAgent.cs

b/trunk/Pithos.Core/Agents/FileAgent.cs
311 311
            Contract.EndContractBlock();            
312 312

  
313 313
            var absolutePath = Path.Combine(RootPath, relativePath);
314
            Debug.Assert(File.Exists(absolutePath));
314
            Debug.Assert(File.Exists(absolutePath),String.Format("Path {0} doesn't exist",absolutePath));
315 315

  
316 316
            return new FileInfo(absolutePath);
317 317
            
318 318
        }
319

  
319 320
    }
320 321
}

Also available in: Unified diff