Changeset 560
- Timestamp:
- 11/14/2008 7:10:48 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/DirectExecutor.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/DirectExecutor.cs
r559 r560 624 624 task.Log.Add(new LogEntry(string.Format(S._("Files in {0} did not have " + 625 625 "their cluster tips erased because it is a hard link or a symbolic " + 626 "link."), info.FullName), LogLevel.INFORMATION) ;626 "link."), info.FullName), LogLevel.INFORMATION)); 627 627 return; 628 628 } … … 636 636 task.Log.Add(new LogEntry(string.Format(S._("{0} did not have its " + 637 637 "cluster tips erased because it is a hard link or a symbolic link."), 638 file.FullName), LogLevel.INFORMATION) ;638 file.FullName), LogLevel.INFORMATION)); 639 639 else 640 640 { … … 821 821 if ((info.Attributes & FileAttributes.Compressed) != 0 || 822 822 (info.Attributes & FileAttributes.Encrypted) != 0 || 823 (info.Attributes & FileAttributes.SparseFile) != 0 823 (info.Attributes & FileAttributes.SparseFile) != 0) 824 824 { 825 825 //Log the error
Note: See TracChangeset
for help on using the changeset viewer.
