structure info not working.

This commit is contained in:
2019-05-29 23:56:16 -05:00
parent 427769f56c
commit 943eee0b9d

View File

@@ -104,11 +104,13 @@ class ProcessStructureJob implements ShouldQueue
$solarName = $this->GetSolarSystemName($info->solar_system_id);
} else {
Log::warning("Couldn't get solar system name for structure " . $structure->structure_id);
Log::warning(var_dump($info));
Log::warning($info->response_code);
Log::warning($info->error_message);
Log::warning($info->raw);
return null;
}
die();
//Record the structure information into the database
//Find if the structure exists