Skip to content
Snippets Groups Projects
Commit d7c047c4 authored by George Nachman's avatar George Nachman
Browse files

Add logging for issue 5672 (not detecting automounter paths)

parent faf3b633
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -202,7 +202,8 @@ NSString * const DirectoryLocationDomain = @"DirectoryLocationDomain";
// Augment list of additional paths with nfs automounter mount points.
NSMutableArray *networkPaths = [[additionalNetworkPaths mutableCopy] autorelease];
[networkPaths addObjectsFromArray:[[iTermAutoMasterParser sharedInstance] mountpoints]];
DLog(@"Including automounter paths, ignoring: %@", networkPaths);
for (NSString *path in networkPaths) {
if (!path.length) {
continue;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment