Authored by Hal Mueller

minor change to database console log to show instance address

@@ -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