From e31865ae4faa6b8f9e60989030d66320de8b82f8 Mon Sep 17 00:00:00 2001 From: Melissa Porricel Date: Thu, 31 Jul 2014 11:36:49 -0400 Subject: [PATCH] ASM #15665 - Improve SatResource.java logging Change-Id: Ibd0b246c36fe5547378a0a92793361ecc659cb1d Former-commit-id: 5e369a7626987fbad409d25b7bcf3820c6268592 --- .../src/com/raytheon/viz/satellite/rsc/SatResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cave/com.raytheon.viz.satellite/src/com/raytheon/viz/satellite/rsc/SatResource.java b/cave/com.raytheon.viz.satellite/src/com/raytheon/viz/satellite/rsc/SatResource.java index df701f537e..6aa5445722 100644 --- a/cave/com.raytheon.viz.satellite/src/com/raytheon/viz/satellite/rsc/SatResource.java +++ b/cave/com.raytheon.viz.satellite/src/com/raytheon/viz/satellite/rsc/SatResource.java @@ -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; }