print computer UUID when listing available backups

This commit is contained in:
Stefan Reitshamer 2011-08-16 15:48:54 -04:00
parent e85530cfb0
commit 0e235423a7

View file

@ -145,6 +145,7 @@
} else {
printf(" (unknown computer)");
}
printf(" UUID %s", [computerUUID UTF8String]);
NSString *computerUUIDPath = [computerUUIDPrefix stringByAppendingPathComponent:computerUUID];
NSString *computerBucketsPrefix = [computerUUIDPath stringByAppendingPathComponent:@"buckets"];
NSArray *s3BucketUUIDPaths = [s3 pathsWithPrefix:computerBucketsPrefix error:error];