aMule Forum

English => en_Bugs => Topic started by: kricklen on April 06, 2005, 03:04:36 PM

Title: SendHelloPacket
Post by: kricklen on April 06, 2005, 03:04:36 PM
Not sure where to put this, but with the cvs versions of late i get
Code: [Select]
ED2k Client: Couldn't send hello packet (Client deleted by SendHelloPacket!)every now and then. Sometimes it spams pages, is there something wrong on my end?
Title: Re: SendHelloPacket
Post by: Kry on April 06, 2005, 03:20:10 PM
This is debug output, disable debug messages, nothing critical.
Title: Re: SendHelloPacket
Post by: kricklen on April 06, 2005, 03:48:21 PM
Thanks. Can't remember turning on debug msgs anywhere though, gonna check that.
Title: Re: SendHelloPacket
Post by: Xaignar on April 06, 2005, 05:09:50 PM
That's because it was a printf, so I flagged it critical. It is now changed to a non-critical, so it'll only show if debugging is enabled.