aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMLogger+ASL.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMLogger+ASL.m')
-rw-r--r--Foundation/GTMLogger+ASL.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Foundation/GTMLogger+ASL.m b/Foundation/GTMLogger+ASL.m
index 2213df6..90ea7e5 100644
--- a/Foundation/GTMLogger+ASL.m
+++ b/Foundation/GTMLogger+ASL.m
@@ -17,6 +17,7 @@
//
#import "GTMLogger+ASL.h"
+#import "GTMDefines.h"
@implementation GTMLogger (GTMLoggerASLAdditions)
@@ -107,10 +108,12 @@
[super dealloc];
}
+#if GTM_SUPPORT_GC
- (void)finalize {
if (client_) asl_close(client_);
[super finalize];
}
+#endif
// We don't test this one line because we don't want to pollute actual system
// logs with test messages.