Fixes printf printing

This commit is contained in:
cornelk
2017-02-01 15:57:41 +07:00
parent 7e1874a5b3
commit fbc33a0a2c
6 changed files with 12 additions and 12 deletions

View File

@@ -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" {