|
Lines 103-111
namespace Beagle.Daemon.FileSystemQuerya
Link Here
|
| 103 |
Logger.Log.Debug ("Couldn't crawl '{0}'", current_dir.FullName); |
103 |
Logger.Log.Debug ("Couldn't crawl '{0}'", current_dir.FullName); |
| 104 |
|
104 |
|
| 105 |
// FIXME: If our attempt to crawl the directory fails, just |
105 |
// FIXME: If our attempt to crawl the directory fails, just |
| 106 |
// mark it as clean and move on. This isn't optimal behavior, |
106 |
// mark it as uncrawlable and move on. This isn't optimal behavior, |
| 107 |
// but works around bugs involving weird permissions for now. |
107 |
// but works around bugs involving weird permissions for now. |
| 108 |
queryable.DoneCrawlingOneDirectory (current_dir); |
108 |
current_dir.MarkAsUncrawlable (); |
| 109 |
current_dir = null; |
109 |
current_dir = null; |
| 110 |
} |
110 |
} |
| 111 |
|
111 |
|