diff options
Diffstat (limited to 'src/usr/vpd/vpd_common.C')
-rw-r--r-- | src/usr/vpd/vpd_common.C | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/vpd/vpd_common.C b/src/usr/vpd/vpd_common.C index 0196b8be8..92c4e9294 100644 --- a/src/usr/vpd/vpd_common.C +++ b/src/usr/vpd/vpd_common.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2018 */ +/* Contributors Listed Below - COPYRIGHT 2013,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -156,6 +156,8 @@ bool resolveVpdSource( TARGETING::Target * i_target, } } + TRACDCOMP(g_trac_vpd,"resolveVpdSource: o_vpdSource = %s" ,o_vpdSource == VPD::PNOR ? "PNOR" : "SEEPROM" ); + return badConfig; } |