more logging info for structure info not working right

This commit is contained in:
2019-05-29 23:45:29 -05:00
parent a2e67b71e3
commit 8b2055b352

View File

@@ -230,6 +230,7 @@ class ProcessStructureJob implements ShouldQueue
} catch(RequestFailedException $e) {
Log::warning("Failed to get structure information for structure with id " . $structureId);
Log::warning(var_dump($info));
Log::warning($e->getEsiResponse());
$info = null;
}