mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 15:10:49 +00:00
Fixes printf printing
This commit is contained in:
@@ -246,7 +246,7 @@ func (b *Bitfinex) WebsocketClient() {
|
||||
chanInfo, ok := b.WebsocketSubdChannels[chanID]
|
||||
|
||||
if !ok {
|
||||
log.Println("Unable to locate chanID: %d", chanID)
|
||||
log.Printf("Unable to locate chanID: %d\n", chanID)
|
||||
} else {
|
||||
if len(chanData) == 2 {
|
||||
if reflect.TypeOf(chanData[1]).String() == "string" {
|
||||
|
||||
Reference in New Issue
Block a user