From 5ff0ef5b544ec13a51bd93a2eadc9f4d1ba4e71a Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Fri, 18 Oct 2013 15:33:05 -0600 Subject: [PATCH] Add signal names for logging / debugging purposes --- FRP/FRPPhotoImporter.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FRP/FRPPhotoImporter.m b/FRP/FRPPhotoImporter.m index ac1ddec..29bbd95 100644 --- a/FRP/FRPPhotoImporter.m +++ b/FRP/FRPPhotoImporter.m @@ -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 {