Add signal names for logging / debugging purposes

This commit is contained in:
Dave Lee
2013-10-18 15:33:05 -06:00
parent cebc39968e
commit 5ff0ef5b54

View File

@@ -43,7 +43,7 @@
}
}];
return subject;
return [subject setNameWithFormat:@"%@ +importPhotos", self];
}
+(RACSubject *)fetchPhotoDetails:(FRPPhotoModel *)photoModel {
@@ -65,7 +65,7 @@
}
}];
return subject;
return [subject setNameWithFormat:@"%@ +fetchPhotoDetails: %@", self, photoModel];
}
+(void)configurePhotoModel:(FRPPhotoModel *)photoModel withDictionary:(NSDictionary *)dictionary {