Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make BCCSP stop complaining in gossip tests
BCCSP is logging the following message: [BCCSP_FACTORY] GetDefault -> WARN 29a Before using BCCSP,\ please call InitFactories(). Falling back to bootBCCSP. If it is not initialized manually. Gossip uses BCCSP's hash so when running the intensive gossip_test, there are lots of BCCSP log entries logged. I added a line that initializes the BCCSP to prevent this. Change-Id: I1dd19794ced995f6cd3699d35aa138511267e9c4 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information