small insignificant fix
This commit is contained in:
parent
9fba95b58d
commit
6b039265d9
@ -1395,8 +1395,8 @@ func (self *nntpConnection) scrapeGroup(daemon *NNTPDaemon, conn *textproto.Conn
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
// something bad happened
|
// something bad happened
|
||||||
log.Println(self.name, "failed to obtain root post", refid, err)
|
log.Println(self.name, "failed to obtain root post", refid, err)
|
||||||
// trying with another article isn't bad idea
|
// it fails only when REALLY bad stuff happens
|
||||||
err = nil
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1413,8 +1413,8 @@ func (self *nntpConnection) scrapeGroup(daemon *NNTPDaemon, conn *textproto.Conn
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
// something bad happened
|
// something bad happened
|
||||||
log.Println(self.name, "failed to obtain article", msgid, err)
|
log.Println(self.name, "failed to obtain article", msgid, err)
|
||||||
// trying with another article isn't bad idea
|
// it fails only when REALLY bad stuff happens
|
||||||
err = nil
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user