Skip to content

Commit

Permalink
logError for missing s2s adapter (#4498)
Browse files Browse the repository at this point in the history
* logError for missing s2s adapter

* changed error message

* Update adapterManager.js
  • Loading branch information
jonapgar authored and bretg committed Dec 3, 2019
1 parent 5b12e6a commit 0925112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adapterManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ adapterManager.callBids = (adUnits, bidRequests, addBidResponse, doneCb, request
s2sAjax
);
}
} else {
utils.logError('missing ' + _s2sConfig.adapter);
}
}

Expand Down

0 comments on commit 0925112

Please sign in to comment.