Skip to content

Commit

Permalink
Update warning message (prebid#5565)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang202 authored Aug 4, 2020
1 parent a770ca7 commit c3a193c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/freewheel-sspBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function getPricing(xmlNode) {
price: priceNode.textContent || priceNode.innerText
};
} else {
utils.logWarn('PREBID - ' + BIDDER_CODE + ': Can\'t get pricing data. Is price awareness enabled?');
utils.logWarn('PREBID - ' + BIDDER_CODE + ': No bid received or missing pricing extension.');
}

return princingData;
Expand Down

0 comments on commit c3a193c

Please sign in to comment.