aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPLogger.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-19 23:37:15 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-19 23:37:15 +0000
commitb2461e0658f6deebf2b4a24e261fadb99f5125c6 (patch)
treefea57ce1afb8986d4b20c2abfd27ebd4b6ca36d5 /Source/SPLogger.m
parent10990abb16783d89e5314549883fc1e5acc2e407 (diff)
downloadsequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.gz
sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.bz2
sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.zip
Tidy up.
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);