ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Logging issue when calling PublicStreamFilter #143

Closed nstogner closed 6 years ago

nstogner commented 8 years ago

It looks like the logging is a bit off...

twitterApi := anaconda.NewTwitterApi(....)
twitterApi.SetLogger(anaconda.BasicLogger)
....
twitterStream := twitterApi.PublicStreamFilter(vals)

OUTPUT:

2016/05/25 17:05:10 Response status=[200 OK %!s(int=200)] code=%!d(MISSING)
2016/05/25 17:05:10 [Listenning to twitter socket]