final downloadListener listener )
{
try{
// testing purposes, see if local exists
LightWeightSeed lws = LightWeightSeedManager.getSingleton().get( new HashWrapper( torrent.getHash()));
if ( lws != null ){
log( "Light weight seed found" );
listener.complete( lws.getDataLocation());
}else{
String sid = ByteFormatter.encodeString( subs_id );
File dir = getSubsDir();