ASM #15665 - Improve SatResource.java logging

Change-Id: Ibd0b246c36fe5547378a0a92793361ecc659cb1d

Former-commit-id: b59c3ee811 [formerly 5e369a7626987fbad409d25b7bcf3820c6268592]
Former-commit-id: e31865ae4f
This commit is contained in:
Melissa Porricel 2014-07-31 11:36:49 -04:00
parent 1e5bef6820
commit 8ac4827751

View file

@ -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;
}