mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
lastDup no key (#4258)
This commit is contained in:
parent
1eb9aec08a
commit
9fd05cd812
@ -116,9 +116,9 @@ func New(snapDir string, verbosity lg.Level, natif nat.Interface, downloadRate,
|
||||
}
|
||||
|
||||
// debug
|
||||
if lg.Debug == verbosity {
|
||||
torrentConfig.Debug = true
|
||||
}
|
||||
//if lg.Debug == verbosity {
|
||||
// torrentConfig.Debug = true
|
||||
//}
|
||||
torrentConfig.Logger = lg.Default.FilterLevel(verbosity)
|
||||
torrentConfig.Logger.Handlers = []lg.Handler{adapterHandler{}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user