Skip to content

Commit

Permalink
Fix debug message
Browse files Browse the repository at this point in the history
When introducing zap based flogging, the debug method was changed
without changing the arguments. This corrects the arguments.

Change-Id: I7c9b0248780bbe69d4a1dfec15160e70a6a026e4
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm authored and denyeart committed Mar 18, 2020
1 parent dfc600b commit 76f999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ledger/util/couchdb/couchdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func (couchInstance *CouchInstance) VerifyCouchConfig() (*ConnectionInfo, *DBRet
}

// trace the database info response
logger.Debugw("VerifyConnection() dbResponseJSON: %s", dbResponse)
logger.Debugw("VerifyConnection()", "dbResponseJSON", dbResponse)

//check to see if the system databases exist
//Verifying the existence of the system database accomplishes two steps
Expand Down

0 comments on commit 76f999d

Please sign in to comment.