Issue #1206 - Added logging of load of postProcessedModels.xml
Change-Id: I141c165a5ffefa7a50793fc9e8092239288dfbb8 Former-commit-id:9d332ba278
[formerly 5eae43298a59973727c537aed3e9ca499d99b135] Former-commit-id:25da735129
This commit is contained in:
parent
1edf87b53e
commit
6e1230e5b4
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ import com.raytheon.uf.common.status.UFStatus;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* 8/30/10 5875 bphillip Initial Creation
|
||||
*
|
||||
* 9/20/2012 1206 jkorman Added logging of postProcessedModels load.
|
||||
* </pre>
|
||||
*
|
||||
* @author bphillip
|
||||
|
@ -95,6 +95,8 @@ public class GribPostProcessor {
|
|||
PostProcessedModelSet ppModelSet = (PostProcessedModelSet) SerializationUtil
|
||||
.jaxbUnmarshalFromXmlFile(processorFile);
|
||||
|
||||
statusHandler.info(String.format("Using postProcessorFile [%s]", processorFile));
|
||||
|
||||
/*
|
||||
* Iterate over post processed models. Determine which models apply
|
||||
* to each post processor if a regex is present
|
||||
|
|
Loading…
Add table
Reference in a new issue