Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
fix missing output for GatherExchangeMarketPairs
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoul committed Nov 9, 2018
1 parent 4315f28 commit 6d45fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions statistics/statistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func taskGatherExchangeMarketPairs(options *types.Options, targetSymbol string)
if strings.Contains(pair.MarketPair, targetSymbol) {
logger.WithFields(log.Fields{
"symbol": targetSymbol,
"market": data.Slug,
"pair": pair.MarketPair,
"quote": pair.Quote,
}).Info("GatherExchangeMarketPairs")
Expand Down

0 comments on commit 6d45fd1

Please sign in to comment.