ASM #15665 - Improve SatResource.java logging
Change-Id: Ibd0b246c36fe5547378a0a92793361ecc659cb1d Former-commit-id:b59c3ee811
[formerly 5e369a7626987fbad409d25b7bcf3820c6268592] Former-commit-id:e31865ae4f
This commit is contained in:
parent
1e5bef6820
commit
8ac4827751
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