ASM #15665 - Improve SatResource.java logging
Change-Id: Ibd0b246c36fe5547378a0a92793361ecc659cb1d Former-commit-id: 5e369a7626987fbad409d25b7bcf3820c6268592
This commit is contained in:
parent
d3c29b834d
commit
e31865ae4f
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ public class SatResource extends
|
|||
initializeFirstFrame((SatelliteRecord) pdo);
|
||||
} catch (VizException e) {
|
||||
throw new IllegalStateException(
|
||||
"Unable to initialize the satellite resource");
|
||||
"Unable to initialize the satellite resource", e);
|
||||
}
|
||||
initialized = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue