Skip to content

Commit

Permalink
[FAB-14642] Decrease severity of BCCSP log entry
Browse files Browse the repository at this point in the history
Change-Id: I3d2ca38865e27770977f4e6eb034f95c772b6382
Signed-off-by: Alessandro Sorniotti <ale.linux@sopit.net>
  • Loading branch information
ale-linux committed Mar 14, 2019
1 parent 0e4ea0c commit 5f3802c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bccsp/factory/factory.go
Expand Up @@ -58,7 +58,7 @@ type BCCSPFactory interface {
// GetDefault returns a non-ephemeral (long-term) BCCSP
func GetDefault() bccsp.BCCSP {
if defaultBCCSP == nil {
logger.Warning("Before using BCCSP, please call InitFactories(). Falling back to bootBCCSP.")
logger.Debug("Before using BCCSP, please call InitFactories(). Falling back to bootBCCSP.")
bootBCCSPInitOnce.Do(func() {
var err error
f := &SWFactory{}
Expand Down

0 comments on commit 5f3802c

Please sign in to comment.