Skip to content

Commit

Permalink
Fixed var name
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 2, 2021
1 parent 40b7a64 commit b263103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ARTTypes.m
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ + (nullable id)art_unarchiveFromData:(NSData *)data {
NSError *error;
id result = [NSKeyedUnarchiver unarchivedObjectOfClasses:allowedTypes fromData:data error:&error];
if (error) {
NSLog(@"%@ unarchive failed: %@", cls, error);
NSLog(@"%@ unarchive failed: %@", self, error);
}
return result;
#else
Expand Down

0 comments on commit b263103

Please sign in to comment.