One log.Debugf() required

pull/162/head
Simon Roberts 3 years ago
parent a73b9ede17
commit c5445c6ffc

@ -349,7 +349,7 @@ func (ct *Cointop) UpdatePortfolioUpdateMenu() error {
coin := ct.HighlightedRowCoin()
exists := ct.PortfolioEntryExists(coin)
value := strconv.FormatFloat(ct.CoinHoldings(coin), 'f', -1, 64)
log.Debug("UpdatePortfolioUpdateMenu() holdings %v", value)
log.Debugf("UpdatePortfolioUpdateMenu() holdings %v", value)
var mode string
var current string
var submitText string

Loading…
Cancel
Save