12.10.1-8 baseline
Former-commit-id:73d29311d0
[formerlydbd73151ca
[formerly 8a4573f57ba9a05d26f91070346050f66d94a58d]] Former-commit-id:dbd73151ca
Former-commit-id:b062e4de8f
This commit is contained in:
parent
9677f9321f
commit
e6f952f0ea
1 changed files with 8 additions and 3 deletions
|
@ -464,9 +464,14 @@ public class VCParm extends VParm implements IParmListChangedListener,
|
|||
// get list of dependent parms
|
||||
List<ParmID> args = new ArrayList<ParmID>(mod.dependentParms());
|
||||
if (!mod.isValid()) {
|
||||
statusHandler.handle(Priority.EVENTB,
|
||||
"Error getting dependent WeatherElements: ",
|
||||
mod.getErrorString());
|
||||
//statusHandler.handle(Priority.EVENTB,
|
||||
// "Error getting dependent WeatherElements: ",
|
||||
// mod.getErrorString());
|
||||
Activator
|
||||
.getDefault()
|
||||
.getLog()
|
||||
.log(new Status(IStatus.WARNING, Activator.PLUGIN_ID,
|
||||
"Error getting dependent WeatherElements: " + this.mod.getErrorString()));
|
||||
}
|
||||
|
||||
// get list of currently registered parms
|
||||
|
|
Loading…
Add table
Reference in a new issue