Revision 9990166e pithos-macos/HashMapHash.m

b/pithos-macos/HashMapHash.m
93 93
+ (NSArray *)calculateObjectHashMap:(NSString *)filePath withBlockHash:(NSString *)blockHash andBlockSize:(NSUInteger)blockSize {
94 94
    NSFileHandle *fileHandle = [NSFileHandle fileHandleForReadingAtPath:filePath];
95 95
    if (!fileHandle) {
96
        NSLog(@"HashMapHash failed to open file: %@", filePath);
96
        DLog(@"HashMapHash failed to open file: %@", filePath);
97 97
        return nil;
98 98
    }
99 99
    

Also available in: Unified diff