ASM #15665 - Improve SatResource.java logging

Change-Id: Ibd0b246c36fe5547378a0a92793361ecc659cb1d

Former-commit-id: 5e369a7626987fbad409d25b7bcf3820c6268592
This commit is contained in:
Melissa Porricel 2014-07-31 11:36:49 -04:00
parent d3c29b834d
commit e31865ae4f

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