Applied patch for #3092

pull/69/merge
Ludovic Marcotte 2015-02-05 09:29:29 -05:00
parent 0b44fa81f4
commit 923bcf8ae2
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ static NSTimeInterval ChannelCollectionTimer = 5 * 60;
handle = currentHandle;
else if (debugPools)
[self logWithFormat: @"DBPOOL: cannot use handle (%@ vs %@) ",
[_url absoluteString], [handle->url absoluteString]];
[_url absoluteString], [currentHandle->url absoluteString]];
return handle;
}