aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPLogger.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPLogger.m')
-rw-r--r--Source/SPLogger.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPLogger.m b/Source/SPLogger.m
index 124b19f0..112edb64 100644
--- a/Source/SPLogger.m
+++ b/Source/SPLogger.m
@@ -203,6 +203,9 @@ int isSPLeaksLog(struct direct *entry)
return (strstr(entry->d_name, "sp.leaks") != NULL);
}
+#pragma mark -
+#pragma mark Private API
+
- (void)_initLogFile
{
NSArray *paths = NSSearchPathForDirectoriesInDomains (NSDesktopDirectory, NSUserDomainMask, YES);