eth, les, swarm: fix go vet issues sufraced by log15
This commit is contained in:
@ -197,7 +197,7 @@ func (self *Swarm) Start(net *p2p.Server) error {
|
||||
log.Debug(fmt.Sprintf("Swarm http proxy started on port: %v", self.config.Port))
|
||||
|
||||
if self.corsString != "" {
|
||||
log.Debug(fmt.Sprintf("Swarm http proxy started with corsdomain:", self.corsString))
|
||||
log.Debug(fmt.Sprintf("Swarm http proxy started with corsdomain: %v", self.corsString))
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user