diff options
author | Max <post@wickenrode.com> | 2015-07-02 23:46:51 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-07-02 23:46:51 +0200 |
commit | c124db7ac403cdd92cc2c26e572f37f7b7d4ae75 (patch) | |
tree | 401d9839f330ad88e57dba86ae8f0c7230d5c6d8 /Source/SPConnectionHandler.m | |
parent | 3c49b0f2bc16777f83cf57825448b6689ed344e1 (diff) | |
download | sequelpro-c124db7ac403cdd92cc2c26e572f37f7b7d4ae75.tar.gz sequelpro-c124db7ac403cdd92cc2c26e572f37f7b7d4ae75.tar.bz2 sequelpro-c124db7ac403cdd92cc2c26e572f37f7b7d4ae75.zip |
Add some info which might help a bit with debugging threading issues
Diffstat (limited to 'Source/SPConnectionHandler.m')
-rw-r--r-- | Source/SPConnectionHandler.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionHandler.m b/Source/SPConnectionHandler.m index c216142f..aeb4eb36 100644 --- a/Source/SPConnectionHandler.m +++ b/Source/SPConnectionHandler.m @@ -86,7 +86,7 @@ static NSString *SPLocalhostAddress = @"127.0.0.1"; [connectButton display]; #endif - [NSThread detachNewThreadWithName:@"SPConnectionHandler MySQL connection task" target:self selector:@selector(initiateMySQLConnectionInBackground) object:nil]; + [NSThread detachNewThreadWithName:SPCtxt(@"SPConnectionHandler MySQL connection task", dbDocument) target:self selector:@selector(initiateMySQLConnectionInBackground) object:nil]; } /** |