From a109080d0b4893db08ff6960c2c2a6dd17480574 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Fri, 24 Apr 2015 23:46:42 +1000 Subject: [PATCH] Update Websocket message string for BTC China. --- btcchinawebsocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcchinawebsocket.go b/btcchinawebsocket.go index 57da17b9..316a3381 100644 --- a/btcchinawebsocket.go +++ b/btcchinawebsocket.go @@ -77,7 +77,7 @@ func (b *BTCChina) OnError() { func (b *BTCChina) OnMessage(message []byte, output chan socketio.Message) { if b.Verbose { - log.Println("onmsg") + log.Printf("%s Websocket message received which isn't handled by default.\n", b.GetName()) log.Println(string(message)) } }