Skip to content

Commit

Permalink
Make sure CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING is always defined.
Browse files Browse the repository at this point in the history
Possibly as 0.
  • Loading branch information
bzbarsky-apple committed Sep 13, 2023
1 parent b02c984 commit 6b3ff69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/Darwin/KeyValueStoreManagerImpl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
#import <CoreData/CoreData.h>
#import <CoreFoundation/CoreFoundation.h>

#ifndef CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING
#define CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING 0
#endif // CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING

@interface KeyValueItem : NSManagedObject

@property (nonatomic, retain) NSString * key;
Expand Down

0 comments on commit 6b3ff69

Please sign in to comment.