summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/attrPlatOverride.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/attrPlatOverride.C')
-rw-r--r--src/usr/targeting/attrPlatOverride.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/targeting/attrPlatOverride.C b/src/usr/targeting/attrPlatOverride.C
index f9c13d1d2..9368c4af1 100644
--- a/src/usr/targeting/attrPlatOverride.C
+++ b/src/usr/targeting/attrPlatOverride.C
@@ -199,10 +199,15 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo,
// Only apply attribute override if in the correct PNOR section
else
{
+ TRACFCOMP(g_trac_targeting,"getAttrOverrides:"
+ " override into TankLayer 0x%X",
+ l_pAttrOverSec->iv_layer);
+
// Get the AttributeTank that corresponds to the TankLayer in
// the AttrOverrideSection. Enum starts with TANK_LAYER_NONE
// so need to subtract 1
- AttributeTank* l_ptank = l_pOverTanks[l_pAttrOverSec->iv_layer - 1];
+ AttributeTank* l_ptank =
+ l_pOverTanks[l_pAttrOverSec->iv_layer - 1];
// Create serialized chunck with AttrOverrideSection data
AttributeTank::AttributeSerializedChunk l_chunk;
OpenPOWER on IntegriCloud