summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/tools')
-rwxr-xr-xsrc/import/hwpf/fapi2/tools/parseErrorInfo.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
index e4a2de96..ed4b9928 100755
--- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
+++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
@@ -1252,7 +1252,7 @@ foreach my $argnum ( 0 .. $#ARGV )
foreach my $cdg ( keys %cdgTargetHash )
{
my $callout = 0;
- my $priority = 'LOW';
+ my $priority = 'NONE';
my $deconf = 0;
my $gard = 0;
@@ -1296,7 +1296,7 @@ foreach my $argnum ( 0 .. $#ARGV )
foreach my $childType ( keys %{ $cdgChildHash{$parent} } )
{
my $callout = 0;
- my $priority = 'LOW';
+ my $priority = 'NONE';
my $deconf = 0;
my $gard = 0;
my $childPort = 0xFF;
OpenPOWER on IntegriCloud