Merge pull request #2713 from halseth/listchannels-debug-log

[trivial] rpcserver: make listchannels debug log
This commit is contained in:
Wilmer Paulino 2019-03-05 10:25:27 -08:00 committed by GitHub
commit 3e11d72549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2317,7 +2317,7 @@ func (r *rpcServer) ListChannels(ctx context.Context,
return nil, err
}
rpcsLog.Infof("[listchannels] fetched %v channels from DB",
rpcsLog.Debugf("[listchannels] fetched %v channels from DB",
len(dbChannels))
for _, dbChannel := range dbChannels {