log: update to latest log rotator API

This commit is contained in:
Olaoluwa Osuntokun 2017-11-02 18:19:50 -07:00
parent f4060b107c
commit 6f32a79fd6
1 changed files with 1 additions and 0 deletions

1
log.go
View File

@ -21,6 +21,7 @@ import (
"github.com/btcsuite/btcd/netsync"
"github.com/btcsuite/btcd/peer"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btclog"
"github.com/jrick/logrotate/rotator"
)