Changeset 2632
- Timestamp:
- 5/22/2012 5:21:16 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/FileSystemObjectErasureTarget.cs
r2606 r2632 342 342 else 343 343 Logger.Log(S._("The file {0} is a hard link or a symbolic link thus the " + 344 "contents of the file was not erased.", LogLevel.Notice));344 "contents of the file was not erased.", info.FullName), LogLevel.Notice); 345 345 return; 346 } 347 catch (FileNotFoundException) 348 { 349 Logger.Log(S._("The file {0} was not securely erased because the file was " + 350 "deleted before it could be erased.", info.FullName), LogLevel.Warning); 351 } 352 catch (DirectoryNotFoundException) 353 { 354 Logger.Log(S._("The file {0} was not securely erased because the containing " + 355 "directory was deleted before it could be erased.", info.FullName), 356 LogLevel.Warning); 346 357 } 347 358 catch (SharingViolationException)
Note: See TracChangeset
for help on using the changeset viewer.
