minor change to database console log to show instance address
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | if (![super init]) | 35 | if (![super init]) |
36 | return nil; | 36 | return nil; |
37 | 37 | ||
38 | - RMLog(@"initializing memory cache with capacity %d", _capacity); | 38 | + RMLog(@"initializing memory cache %@ with capacity %d", self, _capacity); |
39 | 39 | ||
40 | cache = [[NSMutableDictionary alloc] initWithCapacity:_capacity]; | 40 | cache = [[NSMutableDictionary alloc] initWithCapacity:_capacity]; |
41 | 41 |
-
Please register or login to post a comment