Skip to content

Commit 78b6876

Browse files
temp!
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent 8bf3744 commit 78b6876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/nwo/fabric/network/network_support.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ func (n *Network) GenerateCoreConfig(p *topology.Peer) {
16061606

16071607
for _, uniqueName := range p.FSCNode.ReplicaUniqueNames() {
16081608
opts := n.PersistenceOpts(VaultPersistencePrefix, uniqueName, p.FSCNode.Options)
1609-
logger.Warnf("Creating vault with options: [%s:%v]", opts.Type, *opts.SQL)
1609+
logger.Warnf("Creating vault with options: [%v]", opts)
16101610
t, err := template.New("peer").Funcs(template.FuncMap{
16111611
"Peer": func() *topology.Peer { return p },
16121612
"Orderers": func() []*topology.Orderer { return n.Orderers },

0 commit comments

Comments
 (0)